Created attachment 28278 [details] This jar contains the output (.docx) and the source that created it I am new to reporting poi bugs, so be gentle on me (please). I am trying to create table with 5 rows, 3 columns. I am using the example (simple table) that Gisle provided. The data for the ffirst row (0) and the second row (1) both appear on same line. There is an empty row at the bottom. It took the sample code (which is a 3 x 3 table with some of the cells left empty) and tried to fill in each cell, and got the same results. I am attaching the word file, and the source file to this report.
Created attachment 28279 [details] docx file Hi, I tried this and there were error on your code. Note sure what you were trying to do here. XWPFTable t2 = doc.createTable(); t2.addRow(new XPWFTableRow(0)); But removing that, it did give me the correct table.
The last comment here indicates that it did work when the client-code was changed, thus I am closing this for now, please reopen with updated code if this is still a problem for you.