When exporting html, row height becomes higher, but aspose-cells-20.1 is ok

When exporting html, row height becomes higher, but aspose-cells-20.1 is ok.

Workbook wb = new Workbook("EPPR-50096.xlsx");
HtmlSaveOptions options = new HtmlSaveOptions();
options.setExportActiveWorksheetOnly(true);
wb.save("EPPR-50096.html", options);

MS-Excel.png (7.1 KB)
html-aspose-cells-20.1.png (40.8 KB)
html-aspose-cells-21.12.png (58.7 KB)
EPPR-50096.zip (7.7 KB)

@xhaixia,

Please notice, after an initial test, I noticed the issue as you mentioned by converting your template file to HTML. I found when exporting to HTML, row height becomes higher. I have logged a ticket with an id “CELLSJAVA-44207” for your issue. We will look into it if this is an issue with the API, so we could sort it out (if appropriate).

Once we have an update on it, we will let you know.

@xhaixia,

This is to inform you that we have fixed your issue now. We will provide you the fixed version after performing QA and incorporating other enhancement s and fixes.

@xhaixia
Please try the latest fix 21.12.6
aspose-cells-21.12.6-java.zip (7.5 MB)

The issues you have found earlier (filed as CELLSJAVA-44207) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi