Package org.jxls.common
Interface AreaListener
public interface AreaListener
Defines callback methods to be called during area processing
- Author:
- Leonid Vysochyn
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterApplyAtCell(CellRef cellRef, Context context) voidafterTransformCell(CellRef srcCell, CellRef targetCell, Context context) voidbeforeApplyAtCell(CellRef cellRef, Context context) voidbeforeTransformCell(CellRef srcCell, CellRef targetCell, Context context)
-
Method Details
-
beforeApplyAtCell
-
afterApplyAtCell
-
beforeTransformCell
-
afterTransformCell
-