getNumeric

abstract fun getNumeric(colNum: Int): Double(source)

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(source)

Return

the value of the column

Parameters

columnName

the name of the column