I am using
Aspose.Cells 25.9.0.
.NET 9.0
There is Excel file with Shapes and Icons inserted into it.
Unfortunately, when converting to HTML, Icons are not displayed.
Code:
using System.Text;
using Aspose.Cells;
usi…...xlsx"; var output = @"C:\output.html";... new LoadOptions(LoadFormat.Xlsx)); wbc.CalculateFormula(); var...