CREATE_NULL_AS_BLANK, RETURN_BLANK_AS_NULL, RETURN_NULL_AND_BLANK
Constructor and Description |
---|
POIRow(org.apache.poi.ss.usermodel.Row row) |
Modifier and Type | Method and Description |
---|---|
Iterator<IDARECell> |
cellIterator()
Obtain an Iterator over the
IDARECell s of this row. |
boolean |
equals(Object o) |
IDARECell |
getCell(int arg0)
Get the
IDARECell in the specified column from this Row. |
IDARECell |
getCell(int arg0,
int arg1)
Get the
IDARECell in the specified column from this Row, using the specified policy to handle non existing or blank cells. |
short |
getLastCellNum()
Gets the index of the last cell contained in this row PLUS ONE.!
|
int |
getRowNum()
Get the position of this row in the enclosing
IDARESheet ; |
int |
hashCode() |
Iterator<IDARECell> |
iterator() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Iterator<IDARECell> cellIterator()
IDARERow
IDARECell
s of this row.cellIterator
in interface IDARERow
public IDARECell getCell(int arg0)
IDARERow
IDARECell
in the specified column from this Row.
This is the same as a call to getCell(arg0,IDARERow.RETURN_NULL_AND_BLANK)public IDARECell getCell(int arg0, int arg1)
IDARERow
IDARECell
in the specified column from this Row, using the specified policy to handle non existing or blank cells.public short getLastCellNum()
IDARERow
getLastCellNum
in interface IDARERow
public int getRowNum()
IDARERow
IDARESheet
;getRowNum
in interface IDARERow
IDARESheet
Copyright © 2018. All rights reserved.