public class CellWalk
extends java.lang.Object
Constructor | Description |
---|---|
CellWalk(Sheet sheet,
CellRangeAddress range) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
isTraverseEmptyCells() |
Should we call handler on empty (blank) cells.
|
void |
setTraverseEmptyCells(boolean traverseEmptyCells) |
Sets the traverseEmptyCells property.
|
void |
traverse(CellHandler handler) |
Traverse cell range from top left to bottom right cell.
|
public CellWalk(Sheet sheet, CellRangeAddress range)
public boolean isTraverseEmptyCells()
public void setTraverseEmptyCells(boolean traverseEmptyCells)
traverseEmptyCells
- new property valuepublic void traverse(CellHandler handler)
handler
- handler to call on each appropriate cellCopyright 2018 The Apache Software Foundation or its licensors, as applicable.