After the coordinate axis is set to logarithmic scale, the excel file displays normally, but there is a problem in the data display in the data table after it is converted to HTML through the interface
image.png (102.7 KB)
image.png (53.3 KB)
this is the code
Workbook workbook = new Workbook("D://Aspose//EPPR_52419//EPPR_52419.xlsx");
workbook.save("D://Aspose//EPPR_52419//output/EPPR_52419.html", SaveFormat.HTML);
workbook.save("D://Aspose//EPPR_52419//output/EPPR_52419.pdf", SaveFormat.PDF);
this is the excel file:
EPPR_52419.zip (3.2 MB)