Generated HTML does not match source document

Hello,

attached you find an excel document which is not properly rendered in html.

target.zip contains the resulting html.

Thank you in advance.

Greetings,

Sacha End

Hi Sacha,


Thanks for your inquiry. Your query is related to Aspose.Cells. I am moving this forum thread to Aspose.Cells forum. My colleagues from Aspose.Cells team will reply you shortly.

Hi,


Thanks for considering Aspose.

Please download and try our latest fix/version: Aspose.Cells for .NET v7.5.2.2 it works fine.

I have tested converting your template Excel file to HTML and it works OK, the output HTML file is same as MS Excel’s when you manually convert the Excel file to save it as HTML/Web page in MS Excel.


Sample code:
Workbook workbook = new Workbook(“e:\test2\Übersicht+ZKM+2013+Düsseldorf.xlsx”);
Aspose.Cells.HtmlSaveOptions saveOptionsCell = new Aspose.Cells.HtmlSaveOptions();
workbook.Save(“e:\test2\outÜbersicht+ZKM+2013+Düsseldorf1.html”, saveOptionsCell);

Thank you.