https://github.com/noclin/docxtpl-excel-demo
build docx with excel and template
https://github.com/noclin/docxtpl-excel-demo
Last synced: about 2 months ago
JSON representation
build docx with excel and template
- Host: GitHub
- URL: https://github.com/noclin/docxtpl-excel-demo
- Owner: NoCLin
- Created: 2019-09-04T13:48:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T03:31:44.000Z (over 5 years ago)
- Last Synced: 2025-04-05T10:51:12.544Z (6 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transform excel into word by template
通过Word模板,从Excel数据生成Word文件。
excel rows will be injected as variable `rows` , powered by `jinja2`.