Hi,

Im trying to create a table inside a xslf slide, but it doesnt work. Also,
when I execute the Tutorial4 that creates a table, LibreOffice crashes
trying to open the pptx. My code is based on the tutorial one, so I guess
both programs has the same bug.

I've been going deep into the tutorial's pptx and I see this at slide1.xml

<a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/table";>
<a:tbl>
  <a:tblPr/>
  <a:tblGrid/>
</a:tbl>
</a:graphicData>

Its seems like poi is generating an empty table? :S

The code from the tutorial is
http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xslf/usermodel/Tutorial4.java

Thanks in advance.


   -
   - *Pablo Rivera*
   - Software Engineer
   -
   - [email protected]
   - T:(+34) 902 10 83 84
   -
      -
   - www.mediasq.com

Reply via email to