org.apache.poi.ss.util.cellwalk
Interface CellHandler


public interface CellHandler

Represents callback for CellWalk traverse method.


Method Summary
 void onCell(Cell cell, CellWalkContext ctx)
           
 

Method Detail

onCell

void onCell(Cell cell,
            CellWalkContext ctx)
Parameters:
cell - current cell
ctx - information about invokation context