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,