-
-
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
Compatibility issue with openpyxl 3.1.0 - read_sheet - TypeError: 'set' object is not subscriptable #52
Comments
@chfw sorry for ping and thanks for your amazing work! This line here: Should probably be replaced with: For everyone who is struggling, here are your
|
Thanks! Your comment is very helpful for me! |
…), thanks to @konstantin-lebejko
…), thanks to @konstantin-lebejko
May i know ,any update on this issue? |
Looks like this is causing problems with downstream applications and maintainers are warning against using pyexcel because breaking changes aren't being fixed (see above linked issues). |
Also not working with macOS Ventura 13.6.4 Excel v16.83. Python 3.11.8. |
Change the supported Python version from py310 to py312. Upgrade all dependencies except [openpyxl](https://openpyxl.readthedocs.io/en/stable/). See [this issue](pyexcel/pyexcel-xlsx#52) for details.
Change the supported Python version from py310 to py312. Upgrade all dependencies except [openpyxl](https://openpyxl.readthedocs.io/en/stable/). See [this issue](pyexcel/pyexcel-xlsx#52) for details.
This failed for me saying that version pyexcel 0.6.7 doesn't exist, but just pinning the openpyxl version to 3.0.10 worked 😄 Thank you! |
I'm still having this issue, the versions are as follows: Only thing that works for me is chfw's solution as well, thank you very much! |
* Attempt at fixing TypeError with newer versions of openpyxl (#52), thanks to @konstantin-lebejko * Update changelog
Recent update of
openpyxl
to3.1.0
breaksread_sheet
.Below is the traceback
Pinning version of
openpyxl
to3.0.10
is a temporary workaround.The text was updated successfully, but these errors were encountered: