Hello,
Recently I’ve ran into the problem with xlsb file format and Camera objects:
1. Created a new Excel workbook with Camera picture. Saved it as xlsb.
2. Created a new project with Aspose.Cells. This project just reads file and saves it with different name.
3. I’ve compiled and executed the project.
4. Image got duplicated on the new file.
The code is simple:
License lic = new License();
lic.SetLicense(“Aspose.Cells”);
Workbook book = new Workbook(“Sample.xlsb”);
book.Save(“SampleWithDuplicates.xlsb”, SaveFormat.Xlsb);
Excel files are attached to this post. You can see two objects in the SampleWithDuplicates.xlsb file, Sheet1 (one directly over another)
Could you please help me to resolve this issue? Saving to another file format working fine, but I need to use the xlsb.
Thanks!
Hi Denys,
Hi,
Thanks for using Aspose.Cells.
This is to inform you that we have fixed your issue CELLSNET-44007 now. We will soon provide the fix after performing QA and including other enhancements and fixes.
Yes, the issue is fixed now, thank you!
When it will be available to use from Nuget feed?
Hi,
The issues you have found earlier (filed as CELLSNET-44007) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.