Drawing not rendered correctly

Hi,

I have an xlsx file ( renderDrawing.xlsx ) with 3 drawing inside.

  • when save as HTML with Aspose.Cells 19.9.0.0 ( renderDrawing.html ) : two drawing are not correctly rendered
  • when saving as HTML with Excel ( renderWithExcel.htm ) the result is correct.

all files in the zip.

Thanks.files.zip (37.6 KB)

@vleb.isilog,

Thanks for the template file and output HTML files.

After an initial test, I am able to reproduce the issue as you mentioned. I found that drawing shapes are not rendered fine in the output HTML file format.
e.g
Sample code:

Workbook workbook = new Workbook("e:\\test2\\renderDrawing.xlsx");
workbook.Save("e:\\test2\\out1.html", SaveFormat.Html);

I have logged a ticket with an id “CELLSNET-46937” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

A post was split to a new topic: Drawing shapes in Excel file not rendered correctly in ouput HTML

@vleb.isilog,

We are pleased to inform you that your issue (Ticket ID: “CELLSNET-46937”) has been resolved. The fix will be included in our upcoming release (Aspose.Cells for .NET 24.9) that we plan to release in the first half of September 2024. You will be notified when the next version is released.