Aspose Cells misbehaves with ODS file

hello,

using Aspose cells 2.1.0 for Java (for Java 5.0) I am having issues loading and saving the attached file,

(output file is corrupted)

using the code

FileInputStream fis = new FileInputStream(inputfileName);

Workbook wb=new Workbook();

wb.open(inputfileName);

FileOutputStream fos=new FileOutputStream(outputFileName);

wb.save(fos);

fos.close();

input and output files attached

Thanks,

Shay

Hi Shay,

Thank you for considering Aspose.

We have found your mentioned issue after an initial test. We will provide a fix for it soon.

Thank You & Best Regards,

Hi Shay,

Thank you for considering Aspose.

Please try the attached latest version of Aspose.Cells. We have fixed your mentioned issue.

Thank You & Best Regards,

Issue solved

Thanks for your prompt response!

Shay

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.