public class DefaulltMappingPoiSheet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.poi.ss.usermodel.Sheet |
delegate |
| Constructor and Description |
|---|
DefaulltMappingPoiSheet(org.apache.poi.ss.usermodel.Sheet delegate) |
| 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[]. |
public DefaulltMappingPoiSheet(org.apache.poi.ss.usermodel.Sheet delegate)
public java.lang.String[] getRow(int rowNumber)
String[]. Returns null if the row doesn't exist.public int getNumberOfRows()
getNumberOfRows in interface Sheet