getText

open override fun getText(colNum: Int): String?

Return

the value as a double, will throw an exception if the cell is not TEXT

Parameters

colNum

the index into the row (0 based)


open override fun getText(columnName: String): String?

Return

the value of the column

Parameters

columnName

the name of the column