I am experiencing a normal problem using poi 3.15-beta2. codeļ¼ XMLSlideShow pptx = new XMLSlideShow(new FileInputStream(PPT_TEMPLATE)); XSLFSlide slide = pptx.getSlides()[0]; pptx.createSlide().importContent(slide); OutputStream out = new FileOutputStream("output/pie-chart-demo-output.pptx"); pptx.write(out); out.close();
when I open the pie-chart-demo-output.pptx,there will be a problem to fix. And fixing over,the copy slide disappears.Is Your problem solved? How to do ? Help me.Many thanks. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/importContent-slide-failed-or-how-to-clone-a-slide-tp5724345.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org