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();
…...: If your formulas rely on custom VBA functions, make sure that...try to create and implement custom calculations via Aspose.Cells...