-
Notifications
You must be signed in to change notification settings - Fork 1k
xlrd.biffh.XLRDError: Excel xlsx file; not supported #50
Comments
For anyone else having trouble with this make sure you uninstall the latest version first |
Thanks mate , it is working now |
I uninstalled pip uninstall xlrd and i installed pip install xlrd==1.2.0 and it still does not work. Any thoughts or suggestions? |
Same here. Any progress? |
Yes, the only way I got it to work is to take the file and convert it to .xlsx the send it through the converter again back to .xls. |
Use environments and problem solved! I have also migrated the tool to Python 3 |
WHAT IS THIS BLACK MAGIC XD |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
The latest version of xlrd is not working fine with this tool
Instead, we have to install an old version of xlrd
pip2 uninstall xlrd
pip2 install xlrd==1.2.0
The text was updated successfully, but these errors were encountered: