insert Row Iterables
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
starting Column
tells from where to start placing the row iterables.
overwrite Merged Cells
when true will overwrite merged cells; when false puts the value in merged cells only once and jumps to next unique cell.