https://bz.apache.org/bugzilla/show_bug.cgi?id=57766
--- Comment #8 from mark.o <[email protected]> --- (In reply to Andreas Beeker from comment #3) > Table drawing is currently not implemented. > I'm currently rewriting the > drawing part (see common_sl snapshot), but it still will take some time > until this is finished and then I put this feature on my todo list. (off-topic or maybe related, or maybe needs to be asked elsewhere?) Does the creation of a XSLFTable actually work? I used the XSLSSlide.createTable followed by -> addRow (+ setHeight) -> addCell -> addNewTextParagraph -> addNewTextRun -> setText as well as the table setColumnWidth() In the generated PPTX, only the table itself comes through without any content (no rows, no cells). Unzipping the content shows the same - no content. -- 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]
