We have a xlsm file with a macro function, we are calculating
we are using some logic like this
THIS IS THE SAMPLE LINK
Workbook wb = new Workbook(filePath);
wb.calculateFormula();
…...for calculation, consider commenting out or removing this line...cells.removeFormulas(); // Commented out to retain formulas } String...