Hello, everyone,
First, thank you for the docx4j library.
I'm using the library to generate Word documents based on data retrieved from an application's database, and the library is streamlining the process quite a bit.
One nuisance I've encountered is in creating tables. It seems a couple of the table-related nodes don't have the @XmlRootElement annotation and so generate an error when trying to save the document (and implicitly marshal the XML).
I saw that ...