readSheetAsObjects

fun readSheetAsObjects(sheet: Sheet, numColumns: Int = numberColumnsForCSVHeader(sheet), skipFirstRow: Boolean = false): List<List<Any?>>

Return

a list of lists of the objects representing each cell of each row of the sheet

Parameters

sheet

the sheet to process

numColumns

the number of columns for each row

skipFirstRow

true means first row is skipped