net.sf.jxls.transformer
Interface RowTransformer
- All Known Implementing Classes:
- BaseRowTransformer, CollectionRowTransformer, SimpleRowTransformer, TagRowTransformer
public interface RowTransformer
Defines row transformation methods
getRow
Row getRow()
transform
ResultTransformation transform(SheetTransformationController stc,
SheetTransformer sheetTransformer,
java.util.Map beans,
ResultTransformation previousTransformation)
getTransformationBlock
Block getTransformationBlock()
setTransformationBlock
void setTransformationBlock(Block block)
getTransformationResult
ResultTransformation getTransformationResult()
Copyright © 2005-2013 jXLS Team. All Rights Reserved.