xlrd.biffh.XLRDError: Excel xlsx file; not supported解决方法

在运用python中xlrd库读取.xlsx文件时报错,无法读取。这是由于当前python中的xlrd版本过高导致的,高版本下删除的对应的.xlsx读取方法。因此,只需要重装xlrd即可,win+R打开cmd,输入下文,即可解决该问题

pip3 install xlrd==1.2.0

xlrd.biffh.XLRDError: Excel xlsx file; not supported解决方法相关推荐

  1. pd.read_excel出现xlrd.biffh.XLRDError: Excel xlsx file; not supported解决方案

      大家好,我是爱编程的喵喵.双985硕士毕业,现担任全栈工程师一职,热衷于将数据思维应用到工作与生活中.从事机器学习以及相关的前后端开发工作.曾在阿里云.科大讯飞.CCF等比赛获得多次Top名次.喜 ...

  2. 关于xlrd.biffh.XLRDError: Excel xlsx file; not supported报错问题的两种解决方案

    关于xlrd.biffh.XLRDError: Excel xlsx file; not supported的解决方法 问题描述 在做机器学习实验时,需要将一月入库信息表.xlsx等文件读入作为数据集 ...

  3. python openpyxl 操作excel xlrd.biffh.XLRDError: Excel xlsx file; not supported错误修改

    python xlrd/openpyxl 操作excel xlrd.biffh.XLRDError: Excel xlsx file; not supported错误修改 代码: 错误: excel读 ...

  4. Python使用xlrd读取Excel数据时,“xlrd.biffh.XLRDError: Excel xlsx file; not supported”报错的解决方法

    最近,在使用PyCharm编辑器进行xlrd读取Excel数据时,出现了"xlrd.biffh.XLRDError: Excel xlsx file; not supported" ...

  5. python+selenium 安装 xlrd 报错解决xlrd.biffh.XLRDError: Excel xlsx file; not supported

    xlrd.biffh.XLRDError: Excel xlsx file; not supported 原因xlrd 2.0版本后只能支持.xls格式文件 解决方式: 安装1.2.0版本的xlrd ...

  6. xlrd.biffh.XLRDError: Excel xlsx file; not supported报错

    xlrd.biffh.XLRDError: Excel xlsx file: not supported报错 **原因是最近xlrd更新到了2.0.1版本,只支持.xls文件.所以pandas.rea ...

  7. pandas无法打开.xlsx文件,xlrd.biffh.XLRDError: Excel xlsx file; not supported

    pandas无法打开.xlsx文件,xlrd.biffh.XLRDError: Excel xlsx file: not supported 新版xlrd报 Excel xlsx file: not ...

  8. 读取xlsx文件错误:xlrd.biffh.XLRDError: Excel xlsx file; not supported

    利用Python库xlrd中的xlrd.open_workbook()函数读取自定义xlsx表格文件时出错如下: Traceback (most recent call last):File &quo ...

  9. xlrd.biffh.XLRDError: Excel xlsx file; not supported,两种解决方案

    ·调低xlrd版本 xlrd过高,卸载旧版本重新安装1.2.0 1.打开terminal 2.卸载现在的版本 pip uninstall xlrd 3.安装低本班xlrd:pip install xl ...

最新文章

  1. 股市币市:数据分析与交易所公告(20190225)
  2. 漫画:什么是公有云、私有云和混合云?
  3. python3 环境变量
  4. torch.randn torch.rand区别
  5. 黑马程序员 oc对象的方法成员变量
  6. java提高篇(十二)-----代码块
  7. 即将推出.NET Framework 4.7.2中的一些亮点
  8. 数据库之Oracle(二)
  9. Android Studio Linking an external C++ project 时候 报Invalid file name. Expected: CMakeLists.txt
  10. 重学java基础第五课:博客的重要性
  11. FLEX:target和currentTarget属性的区别
  12. Python用户交互以及数据类型
  13. c++数据格式化输出/字符串复制/字符串比较
  14. Matlab lowess拟合,matlab拟合出曲面后,还需要对应的公式
  15. 可能是最全的h5唤起App方案
  16. xp计算机workgroup无法访问,弹出“Workgroup无法访问”的提示?XP 工作组没有权限的解决办法...
  17. windows批处理批量更改文件名称
  18. ssm健康饮食推荐系统分析与设计 毕业设计-附源码261631
  19. 百度语音合成与语音识别api使用(Java版本)
  20. Trackback, Pingback , Backlink与博客

热门文章

  1. 查看Ubuntu 系统的版本
  2. Vue.js 源码目录设计(二)
  3. Binary Differences
  4. 2022-2028年中国K酸行业发展现状及前瞻分析报告
  5. Java内存溢出详解之Tomcat配置
  6. $(function(){})、$(document).ready(function(){})....../ ready和onload的区别
  7. PHP的Reflection反射机制
  8. 【转】oracle PLSQL基础学习
  9. 视觉SLAM中PNP求解
  10. usaco fencing the cows