Noob , trying to add news rows (entries) in a ppt ,
I want to open a chart, edit the existing values, and add more rows. but my lack of knowledge of pptx and openXML in general preventing me.
I need a reply very quick. Someone please reply quickly.
I am using the same code posted here in various forums.
public static void main(String[] args) throws Docx4JException {
// Input file
String inputfilepath = System.getProperty("user.home") ...