getText

abstract 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)


abstract fun getText(columnName: String): String?

Return

the value of the column

Parameters

columnName

the name of the column