python-docx-template/tests/vertical_merge_nested.py
Eric Lapouyade 20e30c541c v0.5.9
2018-11-18 17:56:14 +01:00

6 lines
158 B
Python

from docxtpl import DocxTemplate
tpl = DocxTemplate('templates/vertical_merge_nested_tpl.docx')
tpl.render({})
tpl.save('output/vertical_merge_nested.docx')