excel-export
excel-export copied to clipboard
support to cell formulas
I did it using:
CellManipulationAbility.getOrCreateCellAt(4, 5, getSheet()).setCellFormula("SUM(A3:D3)")
it could be useful a method like putCellValue but for formulas: putCellFormula