I’ve found a problem while using Aspose Cells.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We were able to find this issue using the following code. The background image gets lost.
We have logged this issue in our database. We will look into this issue and fix it. Once the issue is fixed or we have some other update for you, we will let you know asap.
This issue has been logged as CELLSNET-41399.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\Sample\BookXLS.xls”;
Workbook workbook = new Workbook(filePath);
workbook.Save(filePath + “.out.xlsx”, SaveFormat.Xlsx);
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have fixed this issue.
Please download and try this fix: Aspose.Cells for .NET v7.4.0.4 and let us know your feedback.
mshakeel.faiz:Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have fixed this issue.
Please download and try this fix: Aspose.Cells for .NET v7.4.0.4 and let us know your feedback.
Hi,
string filePath = @“F:\Shak-Data-RW\Downloads\Sample\BookXLS.xls”;
Workbook workbook = new Workbook(filePath);
workbook.Save(filePath + “.out.xlsx”, SaveFormat.Xlsx);
Amjad Sahi:Hi,I have tested with v7.4.0.4 to convert your template XLS file to XLSX, it works fine and the background is retained in the output XLSX file. Could you try using the following code and give us your output file.C#string filePath = @"F:\Shak-Data-RW\Downloads\Sample\BookXLS.xls";
Workbook workbook = new Workbook(filePath);
workbook.Save(filePath + ".out.xlsx", SaveFormat.Xlsx);
Hi,
Amjad Sahi:Hi,No problem! and good to know that the new fix actually resolved your issue.Feel free to contact us any time, if you have further query/issue, we will be happy to assist you.Thank you.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We will provide you a client profile latest version of Aspose.Cells for .NET. We have forwarded your request to development team.
Hopefully, you will get it tomorrow.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have attached the client profile version of the latest version. Please download it and use it.
The issues you have found earlier (filed as CELLSNET-41399) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.