There is a problem with the HTML display of cell A1 after inserting a hyperlink

There is a problem with the HTML display of cell A1 after inserting the hyperlink: the small hand logo is not displayed, and the URL is not displayed on it. It is normal in cell B1
image.png (24.2 KB)
image.png (55.6 KB)

this is my code:

Workbook workbook = new Workbook(“D://Aspose//EPPR_52628//EPPR_52628.xlsx”);
workbook.save(“D://Aspose//EPPR_52628//output/EPPR_52628.html”, SaveFormat.HTML);

this is the excel file:EPPR_52628.zip (85.9 KB)

@xhaixia,

Please try our latest version/fix: Aspose.Cells for Java v22.4. I have tested using your template file to convert to HTML and it works fine. There is no issue with the hyperlink in A1 cell. You may download the latest version from Downloads and maven repos.: