[Python]PADAS读取xlsx文件报错 xlrd.biffh.XLRDError: Excel xlsx file; not supported

1. 新版本xlrd不支持xlsx 安装1.2.0版本

# 卸载
pip uninstall xlrd
# 安装
pip install xlrd==1.2.0

END

posted @ 2022-07-27 10:29  LeoShi2020  阅读(41)  评论(0编辑  收藏  举报