insertRowIterables

fun insertRowIterables(sheet: String, row: List<CellValue?>, rowIndex: Int, startingColumn: Int = 0, overwriteMergedCells: Boolean = true)(source)

Adds the row iterables at the given rowIndex in sheet. If sheet does not exist it will be automatically created.

Parameters

startingColumn

tells from where to start placing the row iterables.

overwriteMergedCells

when true will overwrite merged cells; when false puts the value in merged cells only once and jumps to next unique cell.