Save as html places shape on different place

dear support,
I have an Excel that includes a shape ( which was copied from a Visio shape ).
After saving the workbook to html, it seems the shape is somehow misplaced. When saving to pdf, the shape is properly placed.
In attachment tge workbook and the code
Thank you

@gdebouver

Can you please provide the code you are using to save the Excel workbook to HTML and clarify what you mean by ‘misplaced’?

Module Module1
Sub Main()
Dim w As New Aspose.Cells.Workbook(“C:\temp\mytest.xlsx”)
w.Save(“C:\temp\mytest.pdf”, Aspose.Cells.SaveFormat.Pdf)
w.Save(“C:\temp\mytest.html”, Aspose.Cells.SaveFormat.Html)
End Sub
End Module

When you execute the code and open the resulting html, you will see that the green shape on the left is a little bit below the black line, whilst on the xlsx and pdf, it is exactly on the black line. So there is a misalignment in the html save.

Thank you

MyTest.zip (91.3 KB)

In attachment the source file and output files

@gdebouver,

Thanks for the sample files.

After initial testing, I was able to reproduce the issue you mentioned by converting your template XLSX file to HTML. I found by saving Excel XLSX file as HTML, it displaces the shape a bit.

Workbook workbook = new Workbook("e:\\test2\\mytest.xlsx");
workbook.Save("e:\\test2\\mytest.pdf", Aspose.Cells.SaveFormat.Pdf);
workbook.Save("e:\\test2\\mytest.html", Aspose.Cells.SaveFormat.Html);

We require thorough evaluation of the issue. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-56794

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

hello, I had paid support through the company through gdebouver@trinseo.com. However, it has expired - I dont know why, since we renew the license every year with paid support. DO I have to relink my account to this new license order renewal ? or does that go automatically ?
Thnak you

@gdebouver,

I checked and it seems you are using your older account (gdebouver - gdebouver@trinseo.com) which was expired or not active at the moment, even you have posted your issue here using it. Anyways, please post your inquires/queries about licensing and your paid support subscriptions in Aspose.Purchase section and one of our sales staff members will assist you soon there.

@gdebouver ,

We are pleased to inform you that your issue has been resolved. The fix will be included in an upcoming release (Aspose.Cells v24.10) that we plan to release in the first half of October 2024. You will be notified when the next version is released.

Attached is the fixed result for your reference:
output.zip (17.2 KB)

The issues you have found earlier (filed as CELLSNET-56794) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi