技术栈
pandas读取文件报错
五月天的尾巴
2 个月前
python报错
·
pandas读取文件报错
xlrd.biffh.XLRDError: Excel xlsx file; not supported
在处理Excel文件时,特别是当我们使用Python的xlrd库来读取.xlsx格式的文件,偶尔会遇到这样一个错误:“xlrd.biffh.XLRDError: Excel xlsx file; not supported”。这个错误明确地告诉我们,尝试操作的.xlsx文件不被支持。此时,你可能会感到困惑,因为.xlsx是Excel中非常常见的一种格式。