- getCellNum() - Method in class de.bezier.data.XlsReader
-
Returns the index of the currently selected cell.
- getFirstRowNum() - Method in class de.bezier.data.XlsReader
-
Read the index of the first not empty row of the current sheet.
- getFloat() - Method in class de.bezier.data.XlsReader
-
Return a float value from the selected cell of the selected row of current sheet.
- getFloat(int, int) - Method in class de.bezier.data.XlsReader
-
Return an float value from a specific cell of the current sheet.
- getInt() - Method in class de.bezier.data.XlsReader
-
Return an int value from the selected cell of the selected row of current sheet.
- getInt(int, int) - Method in class de.bezier.data.XlsReader
-
Return an int value from a specific cell of the current sheet.
- getLastRowNum() - Method in class de.bezier.data.XlsReader
-
Read the index of the last available row of the current sheet.
- getRowNum() - Method in class de.bezier.data.XlsReader
-
Read the index of the current row of the current sheet.
- getString() - Method in class de.bezier.data.XlsReader
-
Return a String value from the selected cell of the selected row of current sheet.
- getString(int, int) - Method in class de.bezier.data.XlsReader
-
Return a string value (text) from a specific cell of the current sheet.