I need add rows to existing table in docx template. How it make? Please share code.
Asked
Active
Viewed 1,876 times
1 Answers
2
Use Word (or whatever) to create a docx containing only a table with the row you want to add.
Then upload it here; click through to the document.xml part; then click on the w:tbl element hyperlink.
That'll generate suitable code for you. To understand more, look at docx4j's Getting Started guide.

JasonPlutext
- 15,352
- 4
- 44
- 84