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
When trying to import a xlsx file into datastore, xlrd raised an error.
The recommended fix seems to be to use openpyxl instead: https://stackoverflow.com/a/65266270
This would have to be changed in messytables. In datapusher, there was a discussion about replacing messytables altogether: ckan/datapusher#232
Is xloader supposed to support xlsx files?
The text was updated successfully, but these errors were encountered:
Hi, it seems messytables does not pin the maximum version of xlrd, so xlrd 2.0.1 is installed, which removed support for XLSX files: https://xlrd.readthedocs.io/en/latest/changes.html#id1
When trying to import a xlsx file into datastore, xlrd raised an error.
The recommended fix seems to be to use openpyxl instead: https://stackoverflow.com/a/65266270
This would have to be changed in messytables. In datapusher, there was a discussion about replacing messytables altogether: ckan/datapusher#232
Is xloader supposed to support xlsx files?
The text was updated successfully, but these errors were encountered: