-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
v0.5.8 specifc error when saving data to xlsx: StopIteration #37
Comments
I will have a look! |
Thanks a lot |
Just an update. I have tried your script on my Mac and I could not reproduced your exception. Here is my evaluation package setup:
and I have tried openpyxl 2.6.1 too. I need to find a Windows computer to try. |
Look into your exception, it was thrown out from lxml. I knew openpyxl uses lxml for performance speedup. could you please list your openpyxl version and lxml version? |
Thanks for the fast reply. My setup is the following:
I've been experiencing this issue on python3.7 on Windows as well as python3.6 on Ubuntu (running as WSL on Windows). |
I encountered an error when writing to xlsx with the latest version 0.5.8. In the previous version, everything works fine.
When executing following example:
I receive:
It would be very important for us to fix this issue. Thanks a lot and best wishes
The text was updated successfully, but these errors were encountered: