Accessing titles of existing graphs

Hello,

I am using Aspose.Cells for manipulating existing XLS documents. The Cells API works as expected - but the Graphs API does not:

in the attached file, I am unable to retrieve Title, Category Axis Title,..

for example:

chart.getTitle().getText() returns null;

I am using the Java API of Aspose.Cells

Hi,

Currently reading Chart from template file is not supported in our official release, we are working on this feature. If you need, I think maybe you can try this beta version as evaluation: https://forum.aspose.com/t/87401, and any feedback would be appreciated, thank you.

Reading chart information worked using the suggested beta

Thanks