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 (int row = 0, len = cells.getMaxDataRow() + 1; row < len; row++)...row++) { cells.setRowHeight(row, standardHeight); } double standardWidth...