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

--- Comment #2 from Nick Burch <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to