I use aspose to convert an Excel document into html. But the cross string in html is different to it in Excel.
It looks well in aspose 8.x: 8_x.png (19.9 KB)
but in aspose 20.12:20_12.png (25.9 KB)
I had try it in aspose 21.10, it look as same as 20.12. Also I use the HtmlSaveOptions:
//code
HtmlSaveOptions option = new HtmlSaveOptions()
option.setHtmlCrossStringType(HtmlCrossType.MS_EXPORT)
workbook.save(“xxx.html”, option);
But it has not effect.
Is there any way to avoid this problem?
here is the Excel file:example.7z (12.6 KB)