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();
…...correctly defined in the VBA editor. Formula Syntax : Check for...