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…...ReadAllText(output); htmlContent = Regex.Replace(htmlContent, @"data:image/svg\+xml"...