When i delete two legends, the legend not same as ms-excel.
Workbook wb = new Workbook("EPPR-50038.xlsx");
HtmlSaveOptions options = new HtmlSaveOptions();
options.setExportActiveWorksheetOnly(true);
wb.save("EPPR-50038.html", options);
EPPR-50038.zip (16.5 KB)
ms-excel.png (52.0 KB)
html.png (20.2 KB)