Save chart wrong

File f = new File("C:/aaaa.xlsx");
FileInputStream in = new FileInputStream(f);
Workbook workbook = new Workbook(in);
workbook.save("C:/2.xlsx");
in.close();

Hi,


Thanks for your posting and using Aspose.Cells.

We were able to observe this issue by executing your sample code with your source excel file using the latest version: Aspose.Cells for Java v16.12.3 and found that chart is wrong on opening and saving the source excel file.

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

  • CELLSJAVA-42128 - Chart is wrong on opening and saving the source excel file

I have also attached the output excel file generated with this code and screenshot highlighting for are a reference.

Java
Workbook wb = new Workbook(dirPath + “aaaa.xlsx”);
wb.save(dirPath + “output.xlsx”);

Hi again,

This is to update you that the ticket logged earlier as CELLSJAVA-42128 has been marked resolved. We will shortly share the fix here for your testing.

Hi,

Thanks for using Aspose.Cells.

Please download and try the following latest fix: Aspose.Cells for Java v17.02.2 and let us know your feedback.

The issues you have found earlier (filed as CELLSJAVA-42128) have been fixed in Aspose.Cells for Java 17.3.0.


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