Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

xlrd.biffh.XLRDError: Excel xlsx file; not supported #50

Open
Hellsender01 opened this issue Apr 14, 2021 · 8 comments
Open

xlrd.biffh.XLRDError: Excel xlsx file; not supported #50

Hellsender01 opened this issue Apr 14, 2021 · 8 comments

Comments

@Hellsender01
Copy link

Hellsender01 commented Apr 14, 2021

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

@sam-acker
Copy link

For anyone else having trouble with this make sure you uninstall the latest version first pip uninstall xlrd

@AnikateSawhney
Copy link

AnikateSawhney commented Jun 19, 2021

Thanks mate , it is working now

@cybertuxh4xor
Copy link

I uninstalled pip uninstall xlrd and i installed pip install xlrd==1.2.0 and it still does not work. Any thoughts or suggestions?

@sablamouchi
Copy link

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?

@cybertuxh4xor
Copy link

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.

https://cloudconvert.com/xls-to-xlsx

@Rourke101
Copy link

Rourke101 commented Feb 26, 2022

Use environments and problem solved!

I have also migrated the tool to Python 3

@RustySoldier
Copy link

RustySoldier commented Nov 5, 2022

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.

https://cloudconvert.com/xls-to-xlsx

WHAT IS THIS BLACK MAGIC XD
It works!

@pjun666
Copy link

pjun666 commented Nov 5, 2022 via email

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

No branches or pull requests

8 participants