Hello,
I am using Aspose.Cells 25.6 for Java. To calculate formulas in my workbook, I call Workbook.Calculateformula(). I have the following formula:
=MATCH(TRUE, ISNUMBER(SEARCH({“JPY”,“KRW”,“CNY”,“BRL”,“EUR”,“GBP”,“U…...calculateFormula(). I have the following...get(0).getCells(); workbook.calculateFormula(); System.out.println(cells...