翻阅全网的文章之后,终于找到最好用解决方案
安装openpyxl库

pip3 install openpyxl

然后再代码中,指定即可

df = pandas.read_excel('文件路径',engine='openpyxl')

更多推荐