-
Notifications
You must be signed in to change notification settings - Fork 5
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
I get Excel xlsx file not supported #5
Comments
I am a newbee to python and so may well have questionable install when it comes to excel2json. |
Facing the same problem |
Is there an update regarding this issue? |
Even though this is an old issue, i figured out the problem. |
Good catch, it worked for me when I downgraded the
|
excel2json-3 --file './Assessment.xlsx'
Excel xlsx file; not supported
'NoneType' object is not iterable
here what pip list shows
Package Version
appdirs 1.4.4
certifi 2020.12.5
chardet 4.0.0
distlib 0.3.1
et-xmlfile 1.1.0
excel2json 1.0.1
excel2json-3 0.1.6
filelock 3.0.12
idna 2.10
openpyxl 3.0.7
pip 21.1.1
pipenv 2020.11.15
requests 2.25.1
setuptools 49.2.1
six 1.15.0
urllib3 1.26.4
virtualenv 20.4.4
virtualenv-clone 0.5.4
wheel 0.36.2
xlrd 2.0.1
What could I be doing wrong?
I have: Python 3.9.4
I followed the instructions in USES.md
The text was updated successfully, but these errors were encountered: