Python读取xlsx文件报错:raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+‘; not supported‘)

raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+‘; not supported‘)

试了网上多种办法,终于找到一个可行的:
只需要下载pyexcel-xls

pip install pyexcel-xls

重新运行代码即可

https://blog.csdn.net/weixin_40532499/article/details/112430348

你可能感兴趣的:(python实践)