-
I just got this spun up and exploring around but was curious is it possible or do would it ever be possible to do any type of "mail merge" by taking a CSV with data and mapping the columns to fields i…
-
Find mailmerge fields and update the mail merge fields
-
[docx-mailmerge](https://github.com/Bouke/docx-mailmerge) is unsupported. There is a [forked successor `docx-mailmerge2`](https://github.com/iulica/docx-mailmerge), but we're still on an unsupported v…
-
Hi,
When the mailmerge_template.txt looks like this:
```
TO: {{email}}
SUBJECT: {{broker}}
FROM: FooBar
Content-Type: text/html
ATTACHMENT: {{attachment}}
ATTACHMENT: C:\Users\foobar\asse…
-
Having had some trouble tracking down how to make `IF` statements work but then eventually noticed the docs:
```
{ IF "{ MERGEFIELD reason }" "" "Reason: { MERGEFIELD reason }" }
```
_If the fiel…
-
I have recently installed Python on to my laptop (Windows 10 OS) and I am trying to follow along with a tutorial about merging python codes with word document templates. However, a message keeps comin…
-
`ooo_mailmerge` should be improved:
better error messages for problems during mail merge process:
* if the csv-file is empty
* if the cvs-file just has a header line but no data
* if there are…
-
Recently, I am trying writing a report within which there are a lot of figures. But, there are some problems confuses me for a long time. The main problem is that the result given by ‘merge’ function …
-
## Description
My team and I use a commercial unidoc/unipdf license. We use it to replace certain merge fields in a word document from a json body. Additionally we add a barcode or qrcode to the docu…
hjo33 updated
4 months ago
-
We should make clear how a template has to be specified:
Is the best way to use variables, e.g. `set variable keyInDocuemt = keyInCsvFile`?
Is there a better way to get the variables from the cs…