xlrd==2.0.2
# Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
$ pip install xlrd
downloads/wk
18,810,548
license
BSD
version
2.0.2
python
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7
What is xlrd?
xlrd is a Python library for reading data from Microsoft Excel .xls spreadsheet files. Developers use it to programmatically extract and parse data from Excel workbooks without needing Excel installed on their system. It's useful for automating data processing pipelines, converting spreadsheet data to other formats, or building applications that need to consume Excel files.
Links
Keywords
Dependencies (5)
Author
Chris Withers