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)

@julien.mevel.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