Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: detect strict OOXML format and raise meaningful exception #333

Open
shitikanth opened this issue Sep 21, 2023 · 0 comments

Comments

@shitikanth
Copy link

As I understand neither fastexcel, nor POI itself support "strict ooxml" file format.
It would be helpful for the user to detect the ooxml format and raise an early exception like POI does.

Currently, the error raised to the user is like: Sheet#0 'sheet_name' is missing an entry in workbook rels (for id: 'null')
which is not very informative.

By way of contrast, the error raised by POI is: org.apache.poi.ooxml.POIXMLException: Strict OOXML isn't currently supported, please see bug #57699.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant