Skip to content
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

Post install error #13

Open
colasbd opened this issue May 12, 2018 · 1 comment
Open

Post install error #13

colasbd opened this issue May 12, 2018 · 1 comment

Comments

@colasbd
Copy link

colasbd commented May 12, 2018

I tried to install 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

What is the problem?

@colasbd
Copy link
Author

colasbd commented May 12, 2018

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.

Corretion_JBE_Mai_1S5.ods.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant