📜  python pandas read_excel xlrderror excel xlsx 文件不支持 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:57.647000             🧑  作者: Mango

代码示例2
# Make sure pandas is upgraded and that openpyxl is installed then try again
pip install pandas --upgrade
pip install openpyxl