I have tried with 'workbook.calculateFormula(true)' and 'workshee.calculateFormula(boolean recursive,boolean ignoreError)'
This is initiating automatic calculation and populating the calculated value for some cell .But in some other cells aspose populated #VALUE (aspose thrown exception saying problem with formula), But if we open the excel spreadsheet which is saved in local drive is giving values.
please help to solve it. note: The OUTPUT sheet formulas are refering other sheets also
eg. =VLOOKUP(E26,'II. Consolidated portfolio'!$A$2:$IV$278,MATCH(OUTPUT!$B$3,'II. Consolidated portfolio'!$A$2:$IV$2,0),FALSE)
is given #VALUE