https://bz.apache.org/bugzilla/show_bug.cgi?id=60234

--- Comment #2 from Nick Burch <apa...@gagravarr.org> ---
NotOfficeXmlFileException extends from UnsupportedFileFormatException, which is
in the core POI jar and has been around for a while. The fix to give a more
helpful exception brings the OOXML code more in line with the behaviour of the
other formats

I'd suggest you change your code to catch
org.apache.poi.UnsupportedFileFormatException as your primary "is this a
supported file" exception

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to