Answers for "LRDError: Excel xlsx file; not supported"

4

XLRDError: Excel xlsx file; not supported

pandas.read_excel('cat.xlsx', engine='openpyxl')
Posted by: Guest on April-16-2021
1

raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported') XLRDError: Excel xlsx file; not supported

pip install xlrd==1.2.0
Posted by: Guest on June-07-2021

Code answers related to "LRDError: Excel xlsx file; not supported"

Python Answers by Framework

Browse Popular Code Answers by Language