|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.excel.poi.PoiSheet
public class PoiSheet
Sheet implementation for 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[]. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getNumberOfRows()
getNumberOfRows in interface Sheetpublic String getName()
getName in interface Sheetpublic String[] getRow(int rowNumber)
getRow in interface SheetrowNumber - the row number to read.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||