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

8 lines
173 B
Python

# -*- coding: utf-8 -*-
from docxtpl import DocxTemplate
tpl = DocxTemplate('templates/horizontal_merge_tpl.docx')
tpl.render({})
tpl.save('output/horizontal_merge.docx')