public class RowBlock extends Object implements Iterator<Row>
Inside each Row Block there will occur ROW records describing the properties of the rows, and cell records with all the cell contents in this Row Block
| 限定符和类型 | 方法和说明 |
|---|---|
RowBlock |
clear()
Clear index mark
|
Row |
firstRow() |
Row |
get(int position) |
int |
getTotal()
Total rows of a worksheet
|
boolean |
hasNext() |
boolean |
isEOF()
End of file mark
|
Row |
lastRow() |
Row |
next() |
int |
position() |
void |
position(int position) |
RowBlock |
reopen()
re-open the row-block
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic final RowBlock reopen()
public int getTotal()
public boolean isEOF()
public Row firstRow()
public Row lastRow()
public Row get(int position)
public int size()
public void position(int position)
public int position()
Copyright © 2023. All rights reserved.