Hi,
I would need help with the sample code for defining new table. Would need to add header information and populate data in each cell.
Also i would like to add this table at specific position in the document, how to do that?
It is currently Sat Apr 05, 2025 2:43 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 10157 • Total topics 2857 • Total members 2087