I've applied a patch via #63017 [1] So have a look at [2] at method testResize(). This should be somehow what you want - add rows until a max size is reached and then continue on the next page.
The dimensions are only approx. correct - hence I've added the rendering via PPTX2PNG - which you might need to activate (set format to "png") - to show how the renderer behaves. This differs how the table is displayed in (Libre) Office, but should be good enough for your use case. [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=63017 [2] https://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTable.java?view=markup&pathrev=1849244 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org