The merged cells hidden in excel are displayed after being converted into HTML
As shown in the figure below, the fifth line in Excel is actually set as a hidden line, but the interface is converted to html format, and the fifth line is displayed
image.png (11.3 KB)
image.png (25.5 KB)
this is my excel:EPPR_58893.zip (78.7 KB)
this is my code:
Workbook workbook = new Workbook("D://Aspose//EPPR_58893//EPPR_58893.xlsx");
workbook.save("D://Aspose//EPPR_58893//output/EPPR_58893_882.html", SaveFormat.HTML);