Python读取Excel文件报错

错误提示:

raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')

解决方法:

pip install pyexcel-xls

原文地址:https://www.cnblogs.com/live41/p/14857788.html