Hi I was wondering if it was possible to merge cells using Table/TableCell for Powerpoint (like colspan in HTML), similar to this example for Excel http://poi.apache.org/spreadsheet/quick-guide.html#MergedCells
Thanks!
Hi I was wondering if it was possible to merge cells using Table/TableCell for Powerpoint (like colspan in HTML), similar to this example for Excel http://poi.apache.org/spreadsheet/quick-guide.html#MergedCells
Thanks!
Merge the cells in powerpoint, then save the pptx, then unzip it and inspect the result.
You can then do the same programmatically using POI or pptx4j