Python XLRDError: Excel xlsx file; not supported解决方法

python学习网 2020-12-21 19:54:07

分析原因:下载的xlrd库版本不兼容

解决方法:

pip install xlrd==1.2.0

 

阅读(869) 评论(0)