[Regression] Wrong legend entry size and wrong axis values in chart after re-saving the workbook in 20.9.0

Hi,

I’m testing the new Aspose.Cells 20.9.0 and found that with this latest version, the legend entry size and the axis are no longer correct after calculating the chart and re-saving it.

Code:

        var workbook = new Workbook(@".\test.xlsm");
        workbook.Worksheets[0].Charts[0].Calculate();
        workbook.Save(@".\testout.xlsm");

This issue did not happen with the previous Aspose.Cells 20.8.0.

I’ve attached a screenshot and test files (including both output from 20.9.0 and 20.8.0). Could you please help us check this regression as it prevents us upgrading Aspose.Cells?

test.zip (122.2 KB)
image.png (69.3 KB)

Thanks,

@ServerSide527,
This issue is observed and logged in our database for further investigation. We will write back here once any update is ready to share.

This issue is logged as:
CELLSNET-47596 - Wrong legend entry size and wrong axis values in chart after re-saving the workbook

@ServerSide527,

Please try our latest version/fix: Aspose.Cells for .NET v20.9.1 (attached)

Your issue should be fixed in it.

Let us know your feedback.
Aspose.Cells20.9.1 For .Net2_AuthenticodeSigned.Zip (5.4 MB)
Aspose.Cells20.9.1 For .Net4.0.Zip (5.4 MB)