public class POISheet extends Object implements IDARESheet
| Constructor and Description | 
|---|
POISheet(org.apache.poi.ss.usermodel.Sheet sheet)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
getLastRowNum()
Get the index of the last Row 
 | 
int | 
getPhysicalNumberOfRows()
Get the total number of non null rows in this Sheet. 
 | 
IDARERow | 
getRow(int arg0)
Get the Row with the provided row index 
 | 
String | 
getSheetName()
Get the Name of this Sheet. 
 | 
int | 
hashCode()  | 
Iterator<IDARERow> | 
iterator()  | 
Iterator<IDARERow> | 
rowIterator()
Get an Iterator over all rows in this Sheet. 
 | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int getLastRowNum()
IDARESheetgetLastRowNum in interface IDARESheetpublic int getPhysicalNumberOfRows()
IDARESheetgetPhysicalNumberOfRows in interface IDARESheetpublic IDARERow getRow(int arg0)
IDARESheetgetRow in interface IDARESheetarg0 - the index for which a IDARERow is requestedpublic String getSheetName()
IDARESheetgetSheetName in interface IDARESheetpublic Iterator<IDARERow> rowIterator()
IDARESheetrowIterator in interface IDARESheetCopyright © 2018. All rights reserved.