xlrd.biffh.XLRDError: Excel xlsx file; not supported 最后更新时间:2023年03月22日 背景:Python3.8 xlrd安装成功,版本:2.0.1问题:导入excel,提示:raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported') xlrd.biffh.XLRDError: Excel xlsx file; not supported解决方案:xlrd版本过高,卸载旧版本重新安装1.2.0pip install xlrd==1.2.0
Comments | NOTHING