An error message pop up after save

Thanks!


Can you please also confirm the version 8.5.0.4 is also fixed the initial issue in this ticket?
Hope it won’t break the first fix of the save issue.

Hi,

Thanks for your posting and using Aspose.Cells.

Yes, I can confirm that your original issue is also fixed with the latest version: Aspose.Cells
for Java v8.5.0.4
. I have tested this issue with your following attached file.


https://www.dropbox.com/s/ev2mtbcfjp7stxl/original.xlsx?dl=0


using the following code and the output excel file opened file.

Java


String filePath = “D:\Downloads\original.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.save(filePath + CellsHelper.getVersion() + “.out.xlsx”);

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


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

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


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