public abstract class BaseRowTransformer extends java.lang.Object implements RowTransformer
RowTransformer impelementations| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
BaseRowTransformer() |
| Modifier and Type | Method and Description |
|---|---|
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 |
protected void |
applyCellProcessors(Cell cell)
Applies all registered CellProcessors to a cell
|
Row |
getRow() |
Block |
getTransformationBlock() |
void |
setTransformationBlock(Block block) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransformationResult, transformpublic Row getRow()
getRow in interface RowTransformerprotected boolean addListRange(Sheet sheet, java.lang.String rangeName, ListRange range)
ListRange to the map of ranges and updates formulas if there is range with the same name alreadyprotected void applyCellProcessors(Cell cell)
cell - - Cell object with cell informationpublic Block getTransformationBlock()
getTransformationBlock in interface RowTransformerpublic void setTransformationBlock(Block block)
setTransformationBlock in interface RowTransformerCopyright © 2005-2014 jXLS Team. All Rights Reserved.