Hi,
I have table in the word document and using docx4j api i would need to dynamically add more columns to this table and want to populate values for these newly added columns/rows.
Could you please help me with the sample code for doing this?
It is currently Thu Nov 28, 2024 1:58 pm
<data>
<person>
<name>John</name>
</person>
</data>
for(FooterPart footerPart : footerParts){
footerPart.setPackage(baseDocPackage);
Relationship rel = baseDocPackage.getMainDocumentPart().addTargetPart(footerPart);
baseDocPackage.getParts().put(footerPart);
createFooterReference(baseDocPackage, rel);
}
Total posts 10111 • Total topics 2842 • Total members 2074