Xlrderror: Excel XLSX -Datei; nicht unterstützt
pandas.read_excel('cat.xlsx', engine='openpyxl')
Real Raccoon
pandas.read_excel('cat.xlsx', engine='openpyxl')
# Make sure pandas is upgraded and that openpyxl is installed then try again
pip install pandas --upgrade
pip install openpyxl