-
Notifications
You must be signed in to change notification settings - Fork 85
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
Xlsxir reads the wrong sheet name from workbook created with Elixlsx #93
Comments
I've encountered the same error. It's not a parsing problem: the attributes are correctly extracted and stored in the workbook ETS table. The issue occurs when retrieving the name of the sheet being parsed to populate the This library seems to assume that the sheets are named It might work on a lucky day but it is entirely depending on the implementation of the software writing the package. For instance, an xlsx file written by Apple Numbers uses the I suppose that the only reliable solution is to rely on the explicit mapping provided in |
Since there hasn't been activity on this for quite some time, I'll just mention here for others visiting this issue, it has not been resolved as of this comment. |
Got the same problem :) |
when I download xlsx file from google sheets, it works fine what made this a disaster for me was that I relied on the sheet labels |
I'm not sure if the bug is with Elixlsx or with Xlsxir, but the file works when opened in Excel.
bug.xlsx
The text was updated successfully, but these errors were encountered: