python-docx-template/tests/horizontal_merge.py
2018-11-16 16:44:12 +03:00

8 lines
178 B
Python

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