readRowAsStringList

fun readRowAsStringList(row: Row, numCol: Int, maxChar: Int = DEFAULT_MAX_CHAR_IN_CELL): List<String?>

Read a row assuming a fixed number of columns. Cells that are missing/null in the row are read as null Strings.

Return

a list of java Strings representing the contents of the cells

Parameters

row

the Excel row

numCol

the number of columns in the row

maxChar

the maximum number of characters permitted for any string