Class CellWalk

java.lang.Object
org.apache.poi.ss.util.cellwalk.CellWalk

public class CellWalk extends Object
Traverse cell range.
Author:
Roman Kashitsyn
  • Constructor Details

  • Method Details

    • isTraverseEmptyCells

      public boolean isTraverseEmptyCells()
      Should we call handler on empty (blank) cells. Default is false.
      Returns:
      true if handler should be called on empty (blank) cells, false otherwise.
    • setTraverseEmptyCells

      public void setTraverseEmptyCells(boolean traverseEmptyCells)
      Sets the traverseEmptyCells property.
      Parameters:
      traverseEmptyCells - new property value
    • traverse

      public void traverse(CellHandler handler)
      Traverse cell range from top left to bottom right cell.
      Parameters:
      handler - handler to call on each appropriate cell