I am using Aspose Slides Java.
My requirement is to edit the data in chart created on a slide.
The data gets edited using the api.
But the edit data option does not work when manually editing the data.
Kindly help.
I am using Aspose Slides Java.
My requirement is to edit the data in chart created on a slide.
The data gets edited using the api.
But the edit data option does not work when manually editing the data.
Kindly help.
The same problem occurs when a create a new chart.
I copied the same code from your docs Aspose.Slides for Java|Aspose.Slides Documentation
The chart is generated , but I am not able to edit data.
Kindly help as further development is blocked due to this.
Also if I try to use OleObject and edit the data using aspose , then the chart is not refreshed.
The chart is updated when I right click on the chart and select object (open).
So basically both the techniques which can be used for manipulating charts are useless for now.
Urgent help is required for this issue.
Thanks.
Hi,
I suppose the problem lies in pres.save();
I followed these steps.
Created a new pptx file.
In this file created a column chart with default data.
Now after the following code.
String template = filePath + “resources/ppt/template/in/in.pptx”;
Presentation pres = new Presentation(template);
pres.save(filePath + “resources/ppt/template/in/in1.pptx”, com.aspose.slides.SaveFormat.Pptx);
The generated file has he chart but edit data does not work.
Also the file size is reduced from 55kb to 39kb.
Thanks
Hi Ritwik,
Hi,
I have attached the input file as well as generated file.
Can I have some timeframe for this issue to be resolved.
Thanks
Hi Ritwik,
I have worked with the presentation files shared by you and have been able to observe the issue specified. An issue with ID SLIDESJAVA-34652 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.
We are sorry for your inconvenience,
Hi Mudassir,
Can you please provide approximate time for data editing issue to be resolved.
Thanks
Hi Ritwik,
I like to share that the issue has been created just recently and is pending for investigation in normal support issues queue. As soon as the issue will be investigated, I will be able to share the ETA with you afterwards. I will really appreciate your patience in this regard.
Many Thanks,
The issues you have found earlier (filed as SLIDESJAVA-34652) have been fixed in this update.