-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
IOError: No suitable library found for XLS #11
Comments
I am afraid that it was case sensitive but can be made not to in next release. Would it make life easier? |
It will be much easier, thanks |
chfw
added a commit
to pyexcel/pyexcel-io
that referenced
this issue
Nov 28, 2016
chfw
added a commit
to pyexcel/pyexcel
that referenced
this issue
Nov 28, 2016
released to pypi. Find it in pyexcel v0.4.0 or pyexcel-io v0.3.0 depending on your needs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I try to read *.XLS, it gives me this error,
when I change to *.xls, it reads the file.
Maybe remove case-sensitive when detecting file type.
Platform Ubunut 14.04
python version 2.7.12
install from pip
The text was updated successfully, but these errors were encountered: