Export from XLSX to HTML, char not recognized

Exporting the attached file in HTML the character ” is not recognized and in the html file I found xE2x80?.

Cartel2.zip (6.5 KB)

@gmaglie,
I have tried the scenario by converting the sample Excel file to HTML however I could not observe any issue. Could you please try it by using the latest version Aspose.Cells for .NET 21.3 and share the feedback. If your issue is not resolved, share your sample console application and output HTML file along with the images showing the exact issue.

Here is the output which is generated by the latest version.
output_21_3.html.zip (1.1 KB)

I forget to say that I used Aspose.Cells for Java.
Regards.

@gmaglie,

I tested using our latest Aspose.Cells for Java v21.3.3 (please try it) and following sample code with your template file and it works fine. I do not find the issue as you mentioned (“” is not recognized and in the html file I found xE2x80?”):
e.g.
Sample code:

Workbook workbook = new Workbook("f:\\files\\Cartel2.xlsx");
workbook.save("f:\\files\\Cartel2.html", SaveFormat.HTML);

Please find attached the output HTML file in the zipped archive and let us know if you still find the issue.
files1.zip (7.8 KB)

Ok, solved. Thanks.

@gmaglie,

Good to know that it resolved your issue now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.