read Row As String List
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
num Col
the number of columns in the row
max Char
the maximum number of characters permitted for any string