Hello,
When using Aspose.Cells to convert a spreadsheet to HTML, any images saved have interesting filenames, for example,
CellsDrawing_Sheet2_0.com.aspose.cells.ImageFormat@2d15fd37
I would expect it to be
CellsDrawing_Sheet2_0.png
It looks like instead of adding a file extension, you’re adding a file format object.
The attached file will create such an image.
Ben