I used Poi 3.10 final for setting SUMIFS() formula in Excel(.xls)and I get the below exception:
newCell.setCellFormula(oldCell.getCellFormula());
'org.apache.poi.ss.formula.FormulaParseException: Name 'SUMIFS' is completely unknown in the current workbook'
Is there any way to bypass this and set the formula. Does Poi 3.10 support sumifs() or I have to use a different jar?