Package org.apache.poi.ss.util.cellwalk
Interface CellHandler
public interface CellHandler
Represents callback for CellWalk traverse method.
- Author:
- Roman Kashitsyn
-
Method Summary
-
Method Details
-
onCell
- Parameters:
cell
- current cellctx
- information about invokation context
-