123456789101112131415161718192021222324 |
- Metadata-Version: 2.0
- Name: xlrd
- Version: 1.0.0
- Summary: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files
- Home-page: http://www.python-excel.org/
- Author: John Machin
- Author-email: sjmachin@lexicon.net
- License: BSD
- Keywords: xls,excel,spreadsheet,workbook
- Platform: Any platform -- don't need Windows
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: BSD License
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 3
- Classifier: Operating System :: OS Independent
- Classifier: Topic :: Database
- Classifier: Topic :: Office/Business
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
- Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware.
|