set Formula
Sets a formula on this cell.
val cell = sheet.cell(CellIndex.indexByString("E5"))
cell.setFormula("=SUM(1,2)")Content copied to clipboard
Sets a formula on this cell.
val cell = sheet.cell(CellIndex.indexByString("E5"))
cell.setFormula("=SUM(1,2)")