Library for developers to extract data from Microsoft Excel legacy spreadsheet files (.xls). Version 1.3.4 supports Python 2.7 and 3.4+. It is a maintained fork of the original xlrd, which dropped .xls support in version 2.0. Releases are infrequent.
pip install xlrd2Verified import paths — ran on the pinned version, not inferred.
Open an .xls file and read a cell value.
Use 'import xlrd'.
If you need .xls support, use xlrd2 instead of xlrd 2.0+.
Use openpyxl or pandas for .xlsx files.
No dependency data recorded yet.