最近做Python期末作业遇到了这个问题,前面看了很多的解决方法,试了下最有用的还是把xlrd版本退回到1.2.0。方法如下:
pip uninstall xlrd pip install xlrd==1.2.0