Hello,
we have an issue by loading a specific html with Aspose.Cells and Save as .xlsx.
The picture within the html can’t be displayed in the excle workbook.
Also it can’t be exported as .emf.
In Version 21.9 it was working just fine.
I also tested the current Version 22.2 there is still the same problem.
I will attach the specific html file.
I’m using the following code:
string sourceFile = string.Concat(Environment.CurrentDirectory, “\”, “sheet-1”, “.html”);
string outputfile = string.Concat(Environment.CurrentDirectory, “\”, “pageResult”, “.xlsx”);
// load the HTML file to be converted to .emf
var workbook = new Workbook(sourceFile, new LoadOptions(LoadFormat.Html));
workbook.Save(outputfile, SaveFormat.Xlsx);
Thank you for your help.sheet-1.zip (214.6 KB)