Hi,
I have a requirement, in which I have a docx file (almost 150 pages) containing images, text and tables, which will be used by my program as a template. My program should read it and insert new tables and modify some of the existing tables with data coming from DB.
I am able to modify existing table using docx4j, but insertnig new tables (number of tables is also dynamic, and no. of rows in ...