Hello,
Hi Harris,
Thanks for your posting and using Aspose.Cells.
We were able to observe this issue after convert your HTML file into Excel and found Excel file has rendering issues.
We have logged this issue in our database for investigation. We will look into and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as
- CELLSNET-43360 - Style Issue with HTML to Excel
I have attached the output Excel file and screenshot showing the source HTML inside Microsoft Excel for a reference.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\test.html”;
var loadOptions = new HTMLLoadOptions(LoadFormat.Html);
var workbook = new Workbook(filePath, loadOptions);
workbook.Save(filePath + “.out.xls”, SaveFormat.Excel97To2003);
Shakeel,
Hi Harris,
I am experiencing the same issue with the latest version of Aspose.Cells. Was this issue fixed or prioritized or was it still pending? I don’t see a way to see the status of it against the first post.
Hi,
Thanks for your posting and using Aspose.Cells.
I tested this issue with the latest version: Aspose.Cells
for .NET v8.5.1.5 and found this issue is not yet fixed. However, we have already fixed many html and style issues. Mostly these issues are related to customer specific files. Please create a new thread and post your issue and files there. We will look into your issue separately and fix the errors if possible at the earliest.
Thanks for using Aspose APIs.
This is to inform you that we have fixed your issue CELLSNET-43360 now. We will soon provide the fix after performing QA and including other enhancements and fixes.
Please download and try the following fix and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-43360) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by Amjad_Sahi
The issues you have found earlier (filed as CELLSNET-43360) have been fixed in this update. Please also check the following article:* <a href="Install Aspose Cells through NuGet|Documentation