https://issues.apache.org/bugzilla/show_bug.cgi?id=52619
--- Comment #1 from Richard Ngo <[email protected]> 2012-02-07 22:04:08 UTC --- Created attachment 28279 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28279 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. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
