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()
…...projects\aspose-html\output-23.6.html", html.ToArray()); wbc...Save(@"C:\demo-projects\aspose-html\output-23.6.xlsx", SaveFormat.Xlsx); } There’s...