Package org.apache.poi.xssf.streaming
Class SXSSFRow.CellIterator
java.lang.Object
org.apache.poi.xssf.streaming.SXSSFRow.CellIterator
- Enclosing class:
- SXSSFRow
returns all cells including empty cells (
null
values are returned
for empty cells).
This method is not synchronized. This iterator should not be used after
cells are added, moved, or removed, though a ConcurrentModificationException
is NOT thrown.-
Constructor Details
-
CellIterator
public CellIterator()
-
-
Method Details