xlrd:请在可能的地方使用openpyxl。

时间:2024-04-25 13:00:09
【文件属性】:

文件名称:xlrd:请在可能的地方使用openpyxl。

文件大小:377KB

文件格式:ZIP

更新时间:2024-04-25 13:00:09

Python

xlrd xlrd是一个用于以历史.xls格式从Excel文件中读取数据和格式化信息的库。 警告 该库将不再读取.xls文件以外的任何内容。 有关读取较新文件格式的替代方法,请参见 。 还不支持以下内容,但可以安全可靠地将其忽略: 图表,宏,图片,任何其他嵌入式对象,包括嵌入式工作表。 VBA模块 公式,但提取公式计算的结果。 注释 超连结 自动筛选器,高级筛选器,数据透视表,条件格式设置,数据验证 不支持受密码保护的文件,该库无法读取受密码保护的文件。 快速开始: import xlrd book = xlrd . open_workbook ( "myfile.xls" ) print ( "The number of worksheets is {0}" . format ( book . nsheets )) print ( "Worksheet name(s):


【文件预览】:
xlrd-master
----setup.py(1KB)
----.gitignore(114B)
----.readthedocs.yml(150B)
----MANIFEST.in(56B)
----LICENSE(4KB)
----xlrd()
--------sheet.py(104KB)
--------compdoc.py(21KB)
--------__init__.py(7KB)
--------timemachine.py(2KB)
--------xldate.py(8KB)
--------formatting.py(45KB)
--------info.py(36B)
--------book.py(56KB)
--------biffh.py(16KB)
--------formula.py(92KB)
----setup.cfg(63B)
----scripts()
--------runxlrd.py(16KB)
----README.rst(2KB)
----tests()
--------test_xldate.py(2KB)
--------__init__.py(0B)
--------test_inspect.py(702B)
--------test_xldate_to_datetime.py(6KB)
--------samples()
--------test_ignore_workbook_corruption_error.py(451B)
--------test_formats.py(3KB)
--------test_workbook.py(2KB)
--------test_cell.py(2KB)
--------test_missing_records.py(658B)
--------test_biffh.py(575B)
--------test_formulas.py(2KB)
--------test_sheet.py(5KB)
--------helpers.py(128B)
--------test_open_workbook.py(1KB)
----.carthorse.yml(226B)
----.coveragerc(133B)
----.circleci()
--------config.yml(2KB)
----CHANGELOG.rst(19KB)
----docs()
--------dates.rst(4KB)
--------Makefile(5KB)
--------api.rst(881B)
--------index.rst(577B)
--------conf.py(723B)
--------acknowledgements.rst(2KB)
--------formatting.rst(4KB)
--------make.bat(5KB)
--------changes.rst(56B)
--------development.rst(1KB)
--------references.rst(2KB)
--------on_demand.rst(2KB)
--------unicode.rst(1KB)
--------licenses.rst(50B)

网友评论