Use java SDK(version of 24.2),convert xlsx to html,some cell shows to small

file.zip (620.5 KB)

360截图20240227150940190.jpg (368.6 KB)

360截图20240227151130551.jpg (344.2 KB)

The code is:
Workbook workbook = new Workbook(“D:\S24105C-F电池控制计划2.xlsx”);
HtmlSaveOptions saveOptions = new HtmlSaveOptions();
saveOptions.setExportHiddenWorksheet(false);
saveOptions.setExportActiveWorksheetOnly(false);
saveOptions.setPresentationPreference(true);
saveOptions.setHtmlCrossStringType(HtmlCrossType.CROSS);
workbook.save(“D:\13.html”, saveOptions);

@huangwq
By using sample files and code for testing, we can reproduce the issue. It was found that some cell texts were displayed too small, and there were also cases of text loss in some cells.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSJAVA-45866

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@huangwq ,

We are pleased to inform you that your issue has been resolved. The fix will be included in an upcoming release (Aspose.Cells v24.3) that we plan to release in the first half of March 2024. You will be notified when the next version is released.
Attached is the reuslt after fix for your reference: CELLSJAVA-45866.zip (87.4 KB)

The issues you have found earlier (filed as CELLSJAVA-45866) have been fixed in Aspose.Cells for Java 24.3.