Hello,
I am using Aspose.Cells v17.5 to generate HTML output of the attached excel file. In the HTML output, extra characters are coming which are not present in the excel. These extra characters are also present in PDF or PNG outputs.
Following code is used to generate the HTML:
Workbook workbook = new Workbook(“test.xlsx”);
workbook.save(“aspose response.htm”, new HtmlSaveOptions(SaveFormat.HTML));
Can you please look into this.
Thanks,
Neha