文件名称:xlrd2:xlrd2是xlrd的变体,可以主动维护
文件大小:767KB
文件格式:ZIP
更新时间:2024-05-28 09:18:22
parser excel ms-excel excel-parser xls-parser
xlrd2 xlrd2是扩展,该不再由其开发人员维护。 主要目标是使其适合于从恶意xls文档中提取必要的信息。 Xlrd用途:为开发人员提供一个库,可用于从Microsoft Excel(tm)电子表格文件中提取数据。 它不是最终用户工具。 支持的Python版本:2.7、3.4+。 安装: 使用pip安装 pip install xlrd2 安装最新的开发 使用点 pip install -U https://github.com/DissectMalware/xlrd2/archive/master.zip 或下载最新版本 wget https://github.com/DissectMalware/xlrd2/archive/master.zip 解压缩zip文件并转到解压缩的目录 python setup.py install --user 快速入门: impo
【文件预览】:
xlrd2-master
----MANIFEST.in(72B)
----.travis.yml(913B)
----docs()
--------api.rst(881B)
--------licenses.rst(50B)
--------conf.py(749B)
--------unicode.rst(1KB)
--------dates.rst(4KB)
--------make.bat(5KB)
--------installation.rst(472B)
--------acknowledgements.rst(859B)
--------changes.rst(18KB)
--------development.rst(2KB)
--------formatting.rst(4KB)
--------vulnerabilities.rst(2KB)
--------Makefile(5KB)
--------index.rst(723B)
--------references.rst(2KB)
--------on_demand.rst(2KB)
----test.py(537B)
----tests()
--------test_cell.py(3KB)
--------profiles.xls(33KB)
--------issue20.xls(6KB)
--------issue150.xlsx(97KB)
--------self_evaluation_report_2014-05-19.xlsx(7KB)
--------test_xldate_to_datetime.py(6KB)
--------corrupted_error.xls(950KB)
--------test_comments_excel_sheet2.xlsx(31KB)
--------test_comments_gdocs.xlsx(4KB)
--------test_open_workbook.py(2KB)
--------test_ignore_workbook_corruption_error.py(457B)
--------reveng1.xlsx(16KB)
--------test_biffh.py(576B)
--------test_alt_sharedstrings_loc.py(538B)
--------formula_test_sjmachin.xls(17KB)
--------test_xldate.py(2KB)
--------apachepoi_49609.xlsx(103KB)
--------test_xlsx_comments.py(2KB)
--------formula_test_names.xls(8KB)
--------Formate.xls(11KB)
--------text_bar.xlsx(8KB)
--------test_formats.py(3KB)
--------test_missing_records.py(661B)
--------ragged.xls(7KB)
--------picture_in_cell.xls(7KB)
--------test_workbook.py(2KB)
--------__init__.py(0B)
--------biff4_no_format_no_window2.xls(3KB)
--------apachepoi_52348.xlsx(5KB)
--------test_comments_excel.xlsx(15KB)
--------err_cell_empty.xlsx(125KB)
--------xf_class.xls(23KB)
--------sharedstrings_alt_location.xlsx(5KB)
--------test_sheet.py(5KB)
--------test_formulas.py(2KB)
--------base.py(119B)
--------test_lower_case_cellnames.xlsx(5KB)
--------test_xlsx_parse.py(3KB)
--------merged_cells.xlsx(9KB)
----tox.ini(281B)
----LICENSE(15KB)
----setup.cfg(448B)
----examples()
--------namesdemo.xls(22KB)
--------xlrdnameAPIdemo.py(7KB)
----setup.py(2KB)
----.gitignore(127B)
----README.md(2KB)
----scripts()
--------runxlrd2.py(16KB)
----xlrd2()
--------xlsx.py(33KB)
--------formula.py(123KB)
--------formatting.py(44KB)
--------sheet.py(106KB)
--------compdoc.py(21KB)
--------book.py(57KB)
--------timemachine.py(2KB)
--------__init__.py(7KB)
--------info.py(36B)
--------biffh.py(16KB)
--------xldate.py(8KB)