update Cell
fun updateCell(sheet: String, cellIndex: CellIndex, value: CellValue?, cellStyle: CellStyle? = null)(source)
Updates the contents of sheet at cellIndex. Indexing starts from 0; e.g. CellIndex.indexByColumnRow(0, 0) or CellIndex.indexByString("A3"). If sheet does not exist it will be automatically created.