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, wait
forEach, spliterator
public int getLastRowNum()
IDARESheet
getLastRowNum
in interface IDARESheet
public int getPhysicalNumberOfRows()
IDARESheet
getPhysicalNumberOfRows
in interface IDARESheet
public IDARERow getRow(int arg0)
IDARESheet
getRow
in interface IDARESheet
arg0
- the index for which a IDARERow
is requestedpublic String getSheetName()
IDARESheet
getSheetName
in interface IDARESheet
public Iterator<IDARERow> rowIterator()
IDARESheet
rowIterator
in interface IDARESheet
Copyright © 2018. All rights reserved.