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…...Replace(htmlContent, @"data:image/svg\+xml"...reads the generated HTML file, replaces the incorrect MIME type, and...