Cell link underline can't remove when convert xlsx to html

Hello,
I remove the underline of links in excel,but when convert the file to html, the underline is still exist.
Here the code I am using.

Workbook workbook = new Workbook("underline.xlsx");
Worksheet worksheet = workbook.getWorksheets().get(0);
Cells cells = worksheet.getCells();
Cell cell2 = cells.get(2, 3);
workbook.save("underline.html");

underline.zip (14.8 KB)

@xuerui
Aspose.Cells does not export underline setting , but browsers automatically add underline for hyperlinks.
I have logged a ticket with an id “CELLSJAVA-44332” ,we will look into this issue ASAP.

@xuerui,

This is to inform you that your issue has been resolved. The fix will be included in our upcoming release, Aspose.Cells for .NET 22.3. The next release will be released in the second week of March 2022. You will also be notified when a new release is published.

Thanks a lot.

@xuerui,

You are welcome.

The issues you have found earlier (filed as CELLSJAVA-44332) have been fixed in this update. This message was posted using Bugs notification tool by Peyton.Xu