Hi everyone,

I'm currently working with POI to create PowerPoints.
I created a chart in Excel and everything works fine.
Now I want to add the chart to PowerPoint.
When scrolling through the documentation I noticed XMLSlideShow. createChart() 
which can't be found when trying to use it though.
I'm using POI 3.17 and added it to my project via Maven. (I already tried using 
different methods but I get the same problem no matter what I use)

My call is like this:
XMLSlideShow show = new XMLSlideShow ();
XSLFSlide slide = show. createSlide()
show. createChartslide);

The error is the common java error you get when using a function that doesn't 
exist.

Is it not implemented yet but already in the doc?
I used the versions 3.10 to 3.17.

Thanks in advance and for your time

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to