Closed gph82 closed 3 years ago
xlrd as an Excel engine no longer reads the xlsx format, see https://xlrd.readthedocs.io/en/latest/
Switching to recommended openpyxl, see http://www.python-excel.org/, using engine=openpxl whenever calling read_excel
Originally found via :
https://stackoverflow.com/questions/65254535/xlrd-biffh-xlrderror-excel-xlsx-file-not-supported
merging, the tests are failing because web lookups on gprcrdb
xlrd as an Excel engine no longer reads the xlsx format, see https://xlrd.readthedocs.io/en/latest/
Switching to recommended openpyxl, see http://www.python-excel.org/, using engine=openpxl whenever calling read_excel
Originally found via :
https://stackoverflow.com/questions/65254535/xlrd-biffh-xlrderror-excel-xlsx-file-not-supported