|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sheet
Interface to wrap different Excel implementations like JExcel, JXL or Apache POI.
| Method Summary | |
|---|---|
String |
getName()
Get the name of the sheet. |
int |
getNumberOfRows()
Get the number of rows in this sheet. |
String[] |
getRow(int rowNumber)
Get the row as a String[]. |
| Method Detail |
|---|
int getNumberOfRows()
String getName()
String[] getRow(int rowNumber)
rowNumber - the row number to read.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||