Saving workbook is treating chart titles as All caps by default instead of None

Hi,

var workbook1 = new Workbook(@“C:.…\workbool1.xlsx”);
workbook1.Save(@“C:.…\resavemodel.xlsx”);

var workbook2 = new Workbook(@“C:…\resavemodel.xlsx”);

workbook2.Save(@“C:…\resavemodel.xlsx”);

Workbook1 settings
image.png (47.4 KB)

resavemodel settings
image.png (42.5 KB)
ChartTitleBecomingAllCaps.zip (36.9 KB)

Regards,

@ServerSide527
By using sample file for testing on the latest version v24.4, we can obtain the correct results. Please refer to the attachment. out_net.zip (19.9 KB)
The sample code as follows:

var workbook1 = new Workbook(filePath + "workbook1.xlsx");
workbook1.Save(filePath + "out_net.xlsx");

Sorry, I missed two more lines

var workbook2 = new Workbook(@“C:..\resavemodel.xlsx”);

workbook2.Save(@“C:..\resavemodel.xlsx”);

Updating the initial comment as well.

@ServerSide527
By using the sample file and the following code for testing, we were able to reproduce the issue. Discovered that the status of All caps in Chart title is incorrect after resaving the result file. Please refer to the attachment. result.zip (40.3 KB)

The sample code as follows:

var workbook1 = new Workbook(filePath + "workbook1.xlsx");
workbook1.Save(filePath + "out_net.xlsx");

var workbook2 = new Workbook(filePath + "out_net.xlsx");

workbook2.Save(filePath + "out_net2.xlsx");

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-55643

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@ServerSide527,

We are pleased to inform you that your issue (logged as “CELLSNET-55643”) has been resolved. The fix will be included in an upcoming release (Aspose.Cells v24.6) that we plan to release in the first half of June 2024. You will be notified when the next version is released.