其他分享
首页 > 其他分享> > Excel xlsx file not supported两种解决办法【杭州多测师】【杭州多测师_王sir】

Excel xlsx file not supported两种解决办法【杭州多测师】【杭州多测师_王sir】

作者:互联网

 

先运行命令:python -m pip install --upgrade pip   命令更新一下pip再用pip下载其他的模块和库

 

原因:xlrd1.2.0之后的版本不支持xlsx格式,支持xls格式

办法一:

卸载新版本 pip uninstall xlrd

安装老版本:pip install xlrd=1.2.0 (或者更早版本)

方法二:

将xlrd用到的excel版本格式修改为xls(保险起见,另存为xls格式)

建议:个人更推荐使用第二种方法

标签:xlsx,多测师,版本,pip,格式,xlrd,杭州,xls
来源: https://www.cnblogs.com/xiaoshubass/p/16531520.html