When exporting html, the data label is different from that in excel

When exporting html, the data label is different from that in excel

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

excel_datalabel.png (22.5 KB)
html_datalabel.png (25.5 KB)
EPPR-38933.zip (13.6 KB)

@xhaixia,

Please notice, I am able to reproduce the issue as you mentioned by using your template file. I found that when exporting to HTML, the data labels are different from that of MS Excel. I have logged a ticket with an id “CELLSJAVA-44122” for your issue. We will look into it soon.

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

@xhaixia,

Please try the latest version/fix:
aspose-cells-21.12.1-java.zip (7.5 MB)

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