Python 使用 xlrd 读取.xlsx结尾的Excel文件报错 xlrd.biffh.XLRDError: Excel xlsx file; not supported
时间:2021-05-29 12:23:10
收藏:0
阅读:137
Python 使用 xlrd 读取.xlsx Excel文件报错
raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+‘; not supported‘)
xlrd.biffh.XLRDError: Excel xlsx file; not supported
使用: pip install pyexcel-xls 安装pyexcel_xls包即可, 不需要导入.
原文:https://www.cnblogs.com/levia/p/14824693.html
评论(0)