RE: How to insert table inside tablerowcell using apache poi

2016-09-01 Thread Murphy, Mark
This should do it. Note: the inner table has to be handled with the CT classes since cells containing anything other than paragraphs does not seem to be available yet. Also, every table cell must end with a paragraph. For now, when a table cell is created, a blank paragraph is added automaticall

RE: How to insert table inside tablerowcell using apache poi

2016-09-01 Thread Murphy, Mark
Now I am going to give you the keys to the kingdom here. The XML formats are really easy to deal with. Simply create a document in Word that contains the element you want to duplicate. Then if POI does not expose that element, rename your document from XXX.docx to xxx.zip. You can now look at th