net.sf.jxls.processor
Interface CellProcessor
public interface CellProcessor
Allows dynamic processing of cell in excel workbook
- Author:
- Leonid Vysochyn
|
Method Summary |
void |
processCell(Cell cell,
java.util.Map namedCells)
This method is invoked when cell is processed |
processCell
void processCell(Cell cell,
java.util.Map namedCells)
- This method is invoked when cell is processed
- Parameters:
cell - Cell object with information about cellnamedCells - Map with information about all named cells processed before
Copyright © 2005-2013 jXLS Team. All Rights Reserved.