I need to have a table with the cells on the first and second row merged.
Something like this:
Image of table (I can\'t post pics) http://i.stack.imgur.com/d
It seems xml has to be removed as well:
XWPFTableCell removed = tableRow.getCell(idx); removed.getCTTc().newCursor().removeXml(); tableRow.removeCell(idx);