iulica / docx-mailmerge

Mail merge for Office Open XML (docx) files without the need for Microsoft Office Word.
MIT License
55 stars 7 forks source link

Variable placeholder #8

Closed indrastorms closed 1 year ago

indrastorms commented 1 year ago

Can we add variable placeholder like {{field}} as google doc or something else? So we don't have to install ms office to create a template.

Current Behavior

When i'm doing: print(document.get_merge_fields()) It returns: set()

I want to do mail merge on android and I don't have access to pc to create a template.

Your Environment

Termux, Python 3.10

iulica commented 1 year ago

Can you give a sample document and an explanation on what would you expect to achieve ? But I would assume it is a bit outside the scope of this project.