getNumeric

abstract fun getNumeric(colNum: Int): Double

Return

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

Parameters

colNum

the index into the row (0 based)


abstract fun getNumeric(columnName: String): Double

Return

the value of the column

Parameters

columnName

the name of the column