Excel xlsx file not supported两种解决办法杭州多测师杭州多测师_王sir
Posted 多测师_王sir
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Excel xlsx file not supported两种解决办法杭州多测师杭州多测师_王sir相关的知识,希望对你有一定的参考价值。
先运行命令:python -m pip install --upgrade pip 命令更新一下pip再用pip下载其他的模块和库 原因:xlrd1.2.0之后的版本不支持xlsx格式,支持xls格式 办法一: 卸载新版本 pip uninstall xlrd 安装老版本:pip install x
以上是关于Excel xlsx file not supported两种解决办法杭州多测师杭州多测师_王sir的主要内容,如果未能解决你的问题,请参考以下文章
读取xlsx文件错误:xlrd.biffh.XLRDError: Excel xlsx file; not supported
python3 使用 xlrd 库操作 excel.xlsx 时,报错: xlrd.biffh.XLRDError: Excel xlsx file; not supported
Python错误解决xlrd.biffh.XLRDError: Excel xlsx file; not supported
Python错误解决xlrd.biffh.XLRDError: Excel xlsx file; not supported