Hi there,
I have an excel which contains conditional formatting in its cells.
Using the following code with Aspose.Cells v23.6 I export it as html
private static HtmlSaveOptions _htmlSaveOptions =>
new()
…...UTF8 }; public static void ExportHtml()...