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() |
int |
getTotal()
Total rows of a worksheet
|
boolean |
hasNext() |
boolean |
isEOF()
End of file mark
|
Row |
lastRow() |
Row |
next() |
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 int size()
Copyright © 2022. All rights reserved.