Partial data labels lost after converting Excel graphics to HTML

Partial data labels lost after converting Excel graphics to HTML,The last data point in the HTML does not have a data label
image.png (79.8 KB)

this is my excel:
EPPR_60947.zip (37.2 KB)

this is my code:

Workbook workbook = new Workbook("D://Program_Data//Aspose//EPPR_60947//EPPR_60947.xlsx"); workbook.save("D://Program_Data//Aspose//EPPR_60947/EPPR_60947.html", SaveFormat.HTML);

@xhaixia,
We tested using Aspose.Cells Java 23.3 and we were able to obtain the correct results. Please check the attachment.result.zip (17.1 KB)
Would you like to test again with the latest version?