Hi, is there a way to input an array of names and addresses so that my .docx export file has all different labels with the same merge fields but different values? I apologize if this is an obvious question, but I've been working on this problem for a while, without a solution.
Current Behavior
Currently, when I use the document.merge() method, I can create a page of identical labels, but I can't iterate through an array of values, so that all my labels are for a different mailing address.
Possible Solution
Input an array or even an excel spreadsheet where every row is a different label.
Your Environment
- Python version: Python 3.8.1
- docx-mailmerge version: Version: 0.5.0
Hi, is there a way to input an array of names and addresses so that my .docx export file has all different labels with the same merge fields but different values? I apologize if this is an obvious question, but I've been working on this problem for a while, without a solution.
Current Behavior
Currently, when I use the document.merge() method, I can create a page of identical labels, but I can't iterate through an array of values, so that all my labels are for a different mailing address.
Possible Solution
Input an array or even an excel spreadsheet where every row is a different label.
Your Environment