Hello,
When opening the attached excel document using aspose.cells (tested with 7…4) and saving it, the saved document cannot be opened with excel anymore.
Used code:
Dim objWorkbook As New Aspose.Cells.Workbook(“c:\temp\savetest.xlsx”)
objWorkbook.Save(“c:\temp\cellstest2_modified.xlsx”)
Excel error when opening the saved excel workbook:
Excel found unreadable content in ‘cellstest_2_modified.xlsx’. Do you want to recover the contents of this workbook? If you trust the soruce of this workbook, click Yes.
I have attached the input and output excel workbooks.
Is this a bug in aspose.cells, and what can we do about this?
Regards
Paul Vrugt
Sr. Software Engineer
Infoland BV
Sample code:
Workbook objWorkbook = new Aspose.Cells.Workbook("e:\\test2\\savetest.xlsx");
objWorkbook.Save(@"e:\test2\cellstest2_modified2.xlsx");
is there any workaround?
Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have fixed this issue. Please see the attachment.
Please download and try this fix: Aspose.Cells for .NET v7.4.0.4 and let us know your feedback.
I tested it and can confirm this fixes the issue. Thank you for the update!
Regards
Paul Vrugt
Sr Software Engineer
Infoland BV
Hi,
Thanks for your feedback and using Aspose.Cells.
We are glad to know your issue is resolved now. If you encounter any other issue, please feel free to post on our forums, we will be pleased to help you asap.
The issues you have found earlier (filed as CELLSNET-41413) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.