We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to install pyexcel-ods(3).
pyexcel-ods(3)
When I try to run
from pyexcel_ods3 import get_data data = get_data("Corretion_JBE_Mai_1S5.ods") import json print(json.dumps(data))
I have the error
File "/anaconda3/lib/python3.6/site-packages/odf/attrconverters.py", line 100, in cnv_family raise ValueError( "'%s' not allowed" % str(arg)) ValueError: 'data-style' not allowed
File "/anaconda3/lib/python3.6/site-packages/odf/attrconverters.py", line 100, in cnv_family raise ValueError( "'%s' not allowed" % str(arg))
ValueError: 'data-style' not allowed
What is the problem?
The text was updated successfully, but these errors were encountered:
Here is more info: the file that is not recognised is attached.
I have exported it to .xlsx format and tried to open it with pyexcel-xlsx and: it works.
.xlsx
pyexcel-xlsx
Corretion_JBE_Mai_1S5.ods.zip
Sorry, something went wrong.
No branches or pull requests
I tried to install
pyexcel-ods(3)
.When I try to run
I have the error
What is the problem?
The text was updated successfully, but these errors were encountered: