public interface Sheet
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the sheet.
|
int |
getNumberOfRows()
Get the number of rows in this sheet.
|
java.lang.String[] |
getRow(int rowNumber)
Get the row as a
String[]. |
int getNumberOfRows()
java.lang.String getName()
java.lang.String[] getRow(int rowNumber)
String[]. Returns null if the row doesn't exist.rowNumber - the row number to read.String[] or null