python-docx-template/tests/vertical_merge_nested.py
2024-07-21 16:10:44 +02: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")