python 使用xlrd读取excel报错,xlrd.biffh.XLRDError: Excel xlsx file; not supported
时间:2021-06-20 17:56:54
收藏:0
阅读:0
xlrd 版本问题, 使用命令安装新版本xlrd即可
pip install xlrd==1.2.0
评论(0)