Skip navigation links
D F G H N O R S X 

D

de.bezier.data - package de.bezier.data
 

F

firstCell() - Method in class de.bezier.data.XlsReader
Jump to the first cell of a row.
firstRow() - Method in class de.bezier.data.XlsReader
Jump to the first row of a sheet.

G

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.

H

hasMoreCells() - Method in class de.bezier.data.XlsReader
Check if the cell iterator has more cells available to be read for the current row.
hasMoreRows() - Method in class de.bezier.data.XlsReader
Check if the row iterator has more row available to be read.

N

nextCell() - Method in class de.bezier.data.XlsReader
Select the next (or first) cell of the selected row of current sheet.
nextRow() - Method in class de.bezier.data.XlsReader
Select the next (or first) row of current sheet.

O

openSheet(int) - Method in class de.bezier.data.XlsReader
Jump to a different page (sheet) inside of the xls file.

R

resetCell() - Method in class de.bezier.data.XlsReader
Select no cell of the selected row of current sheet.

S

showWarnings(boolean) - Method in class de.bezier.data.XlsReader
Enable or diable warnings.

X

XlsReader - Class in de.bezier.data
XlsReader, a reader for .xls files (OpenOffice, Microsoft Excel) based on the Apache POI library.
XlsReader(PApplet, String) - Constructor for class de.bezier.data.XlsReader
XlsReader constructor.
D F G H N O R S X 
Skip navigation links

processing library XlsReader by Florian Jenett. (c) 2007 - 2013