raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')的解决
[b]现象:[/b]Python运行读取.xlsx文件时报错:[quote]raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+‘; not supported’)
xlrd.biffh.XLRDError: Excel xlsx file; not supp[b][/b]orted[/quote]
[b]原因:[/b]xlrd版本原因,最新的版本不支持读取xlsx文件了。
[b]解决:[/b]安装老版本xlrd:pip install xlrd==1.2.0
页:
[1]