The content made by excel using drawing work will not be displayed after it is converted to html

The content made by excel using drawing work can be displayed normally in excel, but the corresponding content is blank after it is converted to html through the interface (abnormal effect also exists in the higher version of aspose)
image.png (92.8 KB)
image.png (109.5 KB)

this is my excel:
EPPR_58184.zip (195.8 KB)

this is my code:

Workbook workbook = new Workbook("D://Aspose//EPPR_58184//EPPR_58184.xlsx");
workbook.save("D://Aspose//EPPR_58184//output/EPPR_58184_882.html",  SaveFormat.HTML);

@xhaixia,

Thanks for the template file and screenshots.

Which version of the Aspose.Cells for Java API you are using? Please try latest version/fix: Aspose.Cells for Java v22.12 (Download | Maven), it works Ok as I tested. Could you please try it and let us know if you still find the issue.