Hi,
Hi,
Thanks for your sample file.
I will look into soon and let you know.
Hi,
Please see the code below, it sets the cell A1 in first sheet to linked source of your chart title. So whatever, you will enter in A1, it will be reflected in chart’s title.
Please use the latest version:
Aspose.Cells for Java v7.0.1.6
Please see the output xlsx file and the screenshot.
Java
String filePath = “F:\Shak-Data-RW\Downloads\Performance.xlsx”;
//Instantiating a Workbook object
Workbook workbook = new Workbook(filePath);
//Obtaining the reference of the first worksheet
Worksheet worksheet = workbook.getWorksheets().get(0);
Chart chart = worksheet.getCharts().get(0);
chart.getTitle().setLinkedSource(“=Sheet1!$A$1”);
//Saving the Excel file
workbook.save(filePath + “.out.xlsx”);
Screenshot:
Hi,
Please download and try the most recent of 2.5 versions: Aspose.Cells for Java v2.5.4.20 and see if works for you.
No, it does not work with Aspose.Cells for Java v2.5.4.20 as well. Can you please provide a fix for this in 2.5.
Hi,
I am afraid, we can’t provide you fix based on older versions.