Conditional format is inconsistent

Excel is saved as HTML. The conditional format shows that the spacing of each row is inconsistent. Some cells will be covered with cells, and others will be left blank. In my computer, there are some serious downward offsets, which will cover the lower border line. Can you take a look
Version:aspose.cells 20.1
image.png (15.8 KB)

Workbook workbook = new Workbook(“D:\aspose\test11.xlsx”);
workbook.save(“D:\aspose\out.html”);

test11.zip (54.5 KB)

@xhaixia,

Please try our latest version/fix: Aspose.Cells for Java v22.1. I have tested using latest version and it works fine.

Let us know if you still find any issue.