Python xlrd.biffh.XLRDError: Excel xlsx file; not supported
因为高版本xlrd只支持xls文件
卸载掉高版本的 安装低版本即可
pip uninstall xlrd
pip install xlrd==1.2.0
参考:
https://blog.csdn.net/weixin_44073728/article/details/111054157
因为高版本xlrd只支持xls文件
卸载掉高版本的 安装低版本即可
pip uninstall xlrd
pip install xlrd==1.2.0
参考:
https://blog.csdn.net/weixin_44073728/article/details/111054157