I get the following exception when I try to save a workbook through Cells.Workbook. I’ve attached the spreadsheet in question.
"The xl/Embeddings/oleObject1.bin already exists in the zip archive."
We’re removing and adding some custom doc props, but I skipped over all of that code and the following causes this exception to be thrown. app = New Workbook(m_filePath)
CType(app, Aspose.Cells.Workbook).CustomDocumentProperties.Clear()
CType(app, Aspose.Cells.Workbook).Save(m_filePath)
Not really sure what’s causing this.
Hi,
Sample code:
Dim workbook As New Workbook(“e:\test2\10-Q-5250.155.xlsx”)
workbook.CustomDocumentProperties.Clear()
workbook.Save(“e:\test2\out1.xlsx”)
Hi,
Thanks Amjad and Babar. I’ll give this a try and let you know if I have any additional issues.
The issues you have found earlier (filed as CELLSNET-45041) 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 CELLSNET-45041) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(1)