You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Not sure if anyone else has had this issue come up when trying to run this but here's what I did:
Run the database update command as normal
Rename the database file FROM .xls TO .xlsx
Then use as online tool to convert it back into .xls format. Stupid I know. I used (https://www.zamzar.com/convert/xlsx-to-xls/)
Save the file and replace your existing one and run the script as you normally would.
At least this worked for me. Maybe it'll help someone else out too.
The text was updated successfully, but these errors were encountered:
1. use Python3 and venev. --https://medium.com/swlh/how-to-setup-your-python-projects-1eb5108086b1
2. need to install older an version of xlrd, for example
pip2 install --user xlrd==1.1.0
Not sure if anyone else has had this issue come up when trying to run this but here's what I did:
Run the database update command as normal
Rename the database file FROM .xls TO .xlsx
Then use as online tool to convert it back into .xls format. Stupid I know. I used (https://www.zamzar.com/convert/xlsx-to-xls/)
Save the file and replace your existing one and run the script as you normally would.
At least this worked for me. Maybe it'll help someone else out too.
The text was updated successfully, but these errors were encountered: