Regression in Aspose.Cells 8.0.1

Hi there,



If I open the attached excel file using Aspose 8.0.1 then the box on the chart showing the series information incorrectly moves and resizes itself, all I have to do is open with Aspose and then save with Aspose.



This worked fine in Aspose 7.5.1.2



I will attach screenshots highlighting the problem.



Code:



Workbook moveTest = new Workbook(“moveTest.xls”);



moveTest.Save(“moveTest_Saved.xls”);

Hi Adam,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue using the latest version: Aspose.Cells
for .NET v8.0.1.4
with your given file and sample code. Box on the chart showing the series information incorrectly moves and resizes.

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-42634.

C#


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


Workbook workbook = new Workbook(filePath);

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

Hi,


Please try our latest version/fix: Aspose.Cells for .NET v8.3.1.4

We have fixed your issue “<span lang=“EN-US” style=“font-size:11.0pt;font-family:
“Calibri”,“sans-serif”;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-SG;mso-bidi-language:
AR-SA”>CELLSNET-42634
now.

Let us know your feedback.

Thank you

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


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