The formula in Excel cannot be displayed correctly when converted to HTML using workbook. calculateFormula()
this is my excel:
EPPR_95082.zip (29.1 KB)
image.png (23.9 KB)
this is html:
image.png (5.3 KB)
this is my code:
Workbook workbook = new Workbook(“D:\Persinal_WorkSpace\Aspose\AposeTest\src\data\EPPR_95082\EPPR_95082.xlsx”);
workbook.calculateFormula();
workbook.save(“D:\Persinal_WorkSpace\Aspose\AposeTest\src\data\EPPR_95082\EPPR_95082.html”);