I'm new in Apache-poi, I'm working on a java project using Apache-poi to export data to excel spreadsheet, now I am stuck on exporting Bar Chart. Firstly I am getting the following exception: java.lang.ClassNotFoundException:org.openxmlformats.schemas.drawingml.x2006.chart.CTBarChart i have included all the necessarily jar files but still giving me errors
Another problem I have is that I can't trace the row and column where a bar graph is taking a value from. I know how to set it but I don't know where you specify in the bar graph code where to take the value. I used the code in the following link below: Create Bar Chart in Excel with Apache POI