From 9f2d552c0b628344b499fceee6b8eea854a8dbd5 Mon Sep 17 00:00:00 2001 From: Zhang Yu <25325852@qq.com> Date: Sun, 14 Nov 2021 16:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20xltpl=EF=BC=9A=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20xls/x=20=E6=96=87=E4=BB=B6=E4=BD=9C=E4=B8=BA?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=9D=A5=E7=94=9F=E6=88=90=20xls/x=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [xltpl](https://github.com/zhangyu836/xltpl) :使用 xls/x 文件作为模板来生成 xls/x 文件。 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b7d48c..aa04571 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ * [xlwings](http://xlwings.org/):一个使得在 Excel 中方便调用 Python 的库(反之亦然),基于 BSD 协议。 * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd):读写 Excel 文件的数据和格式信息。 * [docxtpl](https://github.com/elapouya/python-docx-template):通过 jinja2 模版编辑 docx 文档。 + * [xltpl](https://github.com/zhangyu836/xltpl) :使用 xls/x 文件作为模板来生成 xls/x 文件。 * PDF * [PDFMiner](https://github.com/euske/pdfminer):一个用于从 PDF 文档中抽取信息的工具。 * [PyPDF2](https://github.com/mstamy2/PyPDF2):一个可以分割,合并和转换 PDF 页面的库。