Hyperlink function hyperlink is invalid when excel is converted to HTML

Hyperlink is used to create hyperlink in Excel. It is valid in Excel, but the hyperlink cannot be clicked and jump to the corresponding address after excel is converted to HTML。
In the official documentation, it means that the hyperlink function is supported
image.png (5.2 KB)
image.png (28.1 KB)

this is excel file:
SMS-8000.zip (9.1 KB)

@xhaixia,

Please notice, I am able to reproduce the issue as you mentioned by converting your template file to HTML file format. I found the link is not valid or the link is changed for Hyperlink function in the output HTML:
e.g.
Sample code:

 Workbook workbook = new Workbook("f:\\files\\SMS_8000.xlsx");
 workbook.calculateFormula();
 workbook.save("f:\\files\\out1.html", SaveFormat.HTML);

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

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

@xhaixia,

This is to inform you that we have fixed your issue now. We will provide you the fixed version within the next few days after performing QA and incorporating other enhancements and fixes.

@xhaixia,
Please try our latest version/fix: Aspose.Cells for Java v21.8.2 (attached)
aspose-cells-21.8.2-java.zip (7.4 MB)

Your issue should be fixed now.
Let us know your feedback.

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