Package org.apache.poi.ss.util.cellwalk
Interface CellHandler
-
public interface CellHandler
Represents callback for CellWalk traverse method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCell(Cell cell, CellWalkContext ctx)
-
-
-
Method Detail
-
onCell
void onCell(Cell cell, CellWalkContext ctx)
- Parameters:
cell
- current cellctx
- information about invokation context
-
-