Hi;

I have now the same Problem. i tried this way, but no success.
Did you got another solution for the table or what had you done?
----
XWPFDocument newDoc = new XWPFDocument();
for(IBodyElement element : list){
if(element.getElementType().equals("TABLE"){
XWPFTable tb = newDoc.createTable();
newDoc.setTable(newDoc.getPosOfTable(tb), tableToAdd);
}
} 
---

I need some support, please...
Thanks in advance.
sars



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Replacing-placeholder-to-a-Table-tp3392424p5712072.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to