openpyxl does not support the old .xls file format, please use xlrd to read this file, or convert it to the more recent .xlsx file format. 文心快码BaiduComate 针对你提出的问题,关于如何处理不支持的.xls文件格式,以下是详细的解答和步骤: 使用x
You are advised to use OpenPyXL instead. If you absolutely have to read .xls files, then xlrd will probably still work for you, but please do not submit issues complaining that this library will not read your corrupted or non-standard file. Just because Excel or some other piece of ...
use the README for the long description Dec 11, 2020 xlrd xlrd is a library for reading data and formatting information from Excel files in the historical.xlsformat. Warning This library will no longer read anything other than.xlsfiles. For alternatives that read newer file formats, please see...