Problem with charts. AsposeCells is brokens charts at XLS file

AsposeCelsl brokens charts at XLS file.



For some Excel books with charts, after it was opened and saved by Aspose.Cells the charts are brokens.



When we have tried to use previous AsposeCell version (4.1.1.0) it works OK.



Test.xls is source file with charts.

test_4_4_0_0.xls is broken file result.

test_4_1_1_0.xls is properly saved file.





Take a look at code example:



Aspose.Cells.License lic = new Aspose.Cells.License();

lic.SetLicense(“Aspose.Cells.lic”);

Workbook xls = new Workbook();

xls.Open(“test.xls”);

xls.Worksheets[0].Cells[0,0].PutValue(“Test”);

xls.Save("test_4_4_0_0.xls ");



// Uncommented when we’ve used the old DLL

// xls.Save("test_4_1_1_0.xls ");

Hi,

Please try this fix.

Warren:

Hi,


Please try this fix.



It is works OK!
Thanks! :)