Chart title color not preserved upon save

Hello,

There is a problem with the way chart title color is handled upon save operation, the color is reverted to black. Here is the code used to reproduce the issue:

            var workbook = new Workbook(@“AreaChart2D.xlsx”);
workbook.Save(@“AreaChart2D2.xlsx”);

Observing the output will notice that the title color is black instead of red.


Thank you,
Bogdan Rusu,
IBM Romania.

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

It’s working fine using the latest version:
Aspose.Cells
for .NET v7.3.1.1
. Please download and try it and let us know your feedback.

I have attached the output file generated by the following code for your reference. As you can see, title is fine.

Please also see the screenshot for your reference.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\AreaChart2D.xlsx”;


Workbook workbook = new Workbook(filePath);


workbook.Save(filePath + “.out.xlsx”);


Screenshot:

Hi,

Thank you for the quick response, we will use the latest version of Aspose.Cells to fix this issue.

Regards,
Bogdan Rusu,
IBM Romania

Hi,

Thanks for your posting.

Let us know if you face any other issue, we will be glad to help you further.