Hi guys
I'm kind of struggling with the docx4j framework at the moment. I hope you guys can help me, that would be amazing :D So here is my case
First of all, this is the code snipped i'm using right now. I found the snippet here.
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.docx4j.XmlUtils;
import org.docx4j.model.fields.merge.DataFieldName;
import org.docx4j.model.fields.merge.MailMerger.OutputField;
import org.docx4j.openpackaging.packages.WordprocessingMLPackage;
/**
* ...