When I use aspose-cells-18.10.jar to convert the excel sheet with drop-down box into html, the content in the generated html loads very slowly; when I use aspose-cells-21.12.jar to convert the excel sheet, html The content inside loads quickly, but the spacing in the table becomes very large. How can I make the content in the html compact and load faster
Workbook wb = new Workbook(src);
wb.save(dest, SaveFormat.HTML);
18.10.png (2.9 KB)
22.2.png (5.9 KB)
This is my file:table.zip (89.9 KB)