新增 pyexcel 库

pull/46/head
chenjiandongx 2018-04-01 17:41:24 +08:00
parent 6f81ed4655
commit 44454139c8
1 changed files with 2 additions and 1 deletions

View File

@ -188,12 +188,13 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* Office * Office
* Marmir把输入的 Python 数据结构转换为电子表单。[官网](https://github.com/brianray/mm) * Marmir把输入的 Python 数据结构转换为电子表单。[官网](https://github.com/brianray/mm)
* openpyxl一个用来读写 Excel 2010 xlsx/xlsm/xltx/xltm 文件的库。[官网](https://openpyxl.readthedocs.org/en/latest/) * openpyxl一个用来读写 Excel 2010 xlsx/xlsm/xltx/xltm 文件的库。[官网](https://openpyxl.readthedocs.org/en/latest/)
* pyexcel一个提供统一 API用来读写操作 Excel 文件的库。[官网](https://github.com/pyexcel/pyexcel)
* python-docx读取查询以及修改 Microsoft Word 2007/2008 docx 文件。[官网](https://github.com/python-openxml/python-docx) * python-docx读取查询以及修改 Microsoft Word 2007/2008 docx 文件。[官网](https://github.com/python-openxml/python-docx)
* relatorio模板化 OpenDocument 文件。[官网](http://relatorio.tryton.org/)
* unoconv在 LibreOffice/OpenOffice 支持的任意文件格式之间进行转换。[官网](https://github.com/dagwieers/unoconv) * unoconv在 LibreOffice/OpenOffice 支持的任意文件格式之间进行转换。[官网](https://github.com/dagwieers/unoconv)
* XlsxWriter一个用于创建 Excel .xlsx 文件的 Python 模块。[官网](https://xlsxwriter.readthedocs.org/en/latest/) * XlsxWriter一个用于创建 Excel .xlsx 文件的 Python 模块。[官网](https://xlsxwriter.readthedocs.org/en/latest/)
* xlwings一个使得在 Excel 中方便调用 Python 的库(反之亦然),基于 BSD 协议。[官网](http://xlwings.org/) * xlwings一个使得在 Excel 中方便调用 Python 的库(反之亦然),基于 BSD 协议。[官网](http://xlwings.org/)
* [xlwt](http://hao.jobbole.com/xlwt/):读写 Excel 文件的数据和格式信息。[官网](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) * [xlwt](http://hao.jobbole.com/xlwt/):读写 Excel 文件的数据和格式信息。[官网](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd)
* relatorio模板化 OpenDocument 文件。[官网](http://relatorio.tryton.org/)
* PDF * PDF
* PDFMiner一个用于从 PDF 文档中抽取信息的工具。[官网](https://github.com/euske/pdfminer) * PDFMiner一个用于从 PDF 文档中抽取信息的工具。[官网](https://github.com/euske/pdfminer)
* PyPDF2一个可以分割合并和转换 PDF 页面的库。[官网](https://github.com/mstamy2/PyPDF2) * PyPDF2一个可以分割合并和转换 PDF 页面的库。[官网](https://github.com/mstamy2/PyPDF2)