-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Error reading ods file with read_ods #14053
Comments
FYI: we updated the default engine for both Excel and ODS files to "calamine" somewhat recently, and this uses I've taken your file above and created an even-more minimal test case for them, to demonstrate the issue (see: ToucanToco/fastexcel#275). @lukapeschke & @PrettyWood, if you can take a look that would be much appreciated! 😎 @archqt: In case the reformulating of your original file is partially responsible for uncovering the calamine error, can you try loading it again? (I'm also going to expose a "has_header" param for both |
Hey! I'll look into it over the next few days 👍 |
I uptated to polars 1.4.1-1, it works with the file sucess.ods, but it failed with the file failure.ods
|
Yes I made a fix on calamine side this morning |
Many thanks! |
It still doesn't work, i have now polars 1.7.1 |
We still need calamine to merge my fix. Then bump fastexcel. We are thinking about forking calamine to be faster |
it's now fixed in fastexcel 0.12.0 (released today) |
Checks
Reproducible example
⬇️ test.ods
Log output
Issue description
Of course i removed lot of thing in the file to have this bug. But even if i remove the "Z" cell, i also have "duplicate name error". For now i will still use pandas, and i will test with polars for the next version.
Thanks for all
Expected behavior
No error if i remove the "Z" on the cell
Installed versions
The text was updated successfully, but these errors were encountered: