net.sf.jxls.transformer
Class BaseRowTransformer
java.lang.Object
net.sf.jxls.transformer.BaseRowTransformer
- All Implemented Interfaces:
- RowTransformer
- Direct Known Subclasses:
- CollectionRowTransformer, SimpleRowTransformer, TagRowTransformer
public abstract class BaseRowTransformer
- extends java.lang.Object
- implements RowTransformer
Base class for RowTransformer impelementations
- Author:
- Leonid Vysochyn
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
BaseRowTransformer
public BaseRowTransformer()
getRow
public Row getRow()
- Specified by:
getRow in interface RowTransformer
addListRange
protected boolean addListRange(Sheet sheet,
java.lang.String rangeName,
ListRange range)
- Adds new
ListRange to the map of ranges and updates formulas if there is range with the same name already
- Parameters:
sheet - Sheet to processrangeName - The name of ListRange to addrange - actual ListRange to add
- Returns:
- true if a range with such name already exists or false if not
applyCellProcessors
protected void applyCellProcessors(Cell cell)
- Applies all registered CellProcessors to a cell
- Parameters:
cell - - Cell object with cell information
getTransformationBlock
public Block getTransformationBlock()
- Specified by:
getTransformationBlock in interface RowTransformer
setTransformationBlock
public void setTransformationBlock(Block block)
- Specified by:
setTransformationBlock in interface RowTransformer
Copyright © 2005-2013 jXLS Team. All Rights Reserved.