Package org.apache.poi.xssf.streaming
Class SXSSFRow.FilledCellIterator
java.lang.Object
org.apache.poi.xssf.streaming.SXSSFRow.FilledCellIterator
- Enclosing class:
- SXSSFRow
Create an iterator over the cells from [0, getLastCellNum()).
Includes blank cells, excludes empty cells
Returns an iterator over all filled cells (created via Row.createCell())
Throws ConcurrentModificationException if cells are added, moved, or
removed after the iterator is created.
-
Constructor Details
-
FilledCellIterator
public FilledCellIterator()
-
-
Method Details