Dear Jason,
I have been using docx4j to build database report based upon data retrieved from a database. I am trying to build a table with dynamic content from the database. Because every field has a different length, every column needs to have a custom length. I have not been able to find a way to accomplish this. I have managed to get the data in the table by changing the createTable() method to accept ...