Uses of Interface
org.apache.poi.ss.util.cellwalk.CellHandler
-
Packages that use CellHandler Package Description org.apache.poi.ss.util.cellwalk -
-
Uses of CellHandler in org.apache.poi.ss.util.cellwalk
Methods in org.apache.poi.ss.util.cellwalk with parameters of type CellHandler Modifier and Type Method Description void
CellWalk. traverse(CellHandler handler)
Traverse cell range from top left to bottom right cell.
-