Apose Cells changing Charts axis

My Charts axis are changed by aspose.Cells when I populate the data.


To reproduce the issue open the attached xlsx and do a save immediately. Compare the original with newly saved one. You will see the horizontal axis was changed to different labels than the initial file.

var workbook = new Workbook(@“C:\Temp\Test_Aspose.xlsx”);
workbook.Save(@“C:\Temp\Working.xlsx”);


Hi,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue after opening and re-saving your excel file using the latest version:

Aspose.Cells
for .NET v8.6.3.2
and found that horizontal axis lables are changed and also vertical gridlines are wrong.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSNET-44160 - Horizontal axis was changed to different labels than the initial file

I have also attached the output excel file generated with the following code for a reference.

C#
Workbook wb = new Workbook(“Test_Aspose.xlsx”);
wb.Save(“output.xlsx”, SaveFormat.Xlsx);

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSNET-44160 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

The issues you have found earlier (filed as CELLSNET-44160) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.