xlrd
Package — DocumentsPython 3.7+Intermediate
Read data from legacy .xls Excel files
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install xlrd
Learn by Difficulty
Quick Example
python
import xlrd print(f"xlrd loaded successfully") print(f"Version: {getattr(xlrd, '__version__', 'unknown')}")
xlrd is a third-party package. Read data from legacy .xls Excel files. Install with: pip install xlrd
Try in PlaygroundTags
packagedocumentsfile-formatoffice