Answers for "Exception has occurred: XLRDError Excel xlsx file; not supported pandas"

4

XLRDError: Excel xlsx file; not supported

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

python pandas read_excel xlrderror excel xlsx file not supported

# Make sure pandas is upgraded and that openpyxl is installed then try again
pip install pandas --upgrade
pip install openpyxl
Posted by: Guest on July-30-2021

Code answers related to "Exception has occurred: XLRDError Excel xlsx file; not supported pandas"

Python Answers by Framework

Browse Popular Code Answers by Language