public class SheetTransformer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
SheetTransformer(java.util.Set fixedSizeCollections,
java.util.Set groupedCollections,
java.util.List rowProcessors,
java.util.List cellProcessors) |
SheetTransformer(java.util.Set fixedSizeCollections,
java.util.Set groupedCollections,
java.util.List rowProcessors,
java.util.List cellProcessors,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ResultTransformation |
processRow(SheetTransformationController stc,
Sheet sheet,
org.apache.poi.ss.usermodel.Row hssfRow,
int startCell,
int endCell,
java.util.Map beans,
Row parentRow) |
ResultTransformation |
processRows(SheetTransformationController stc,
Sheet sheet,
int startRow,
int endRow,
java.util.Map beans,
Row parentRow)
Processes rows in a template sheet using map of beans as parameter
|
void |
setGroupedCollections(java.util.Set groupedCollections) |
public SheetTransformer(java.util.Set fixedSizeCollections,
java.util.Set groupedCollections,
java.util.List rowProcessors,
java.util.List cellProcessors,
Configuration configuration)
public SheetTransformer(java.util.Set fixedSizeCollections,
java.util.Set groupedCollections,
java.util.List rowProcessors,
java.util.List cellProcessors)
public void setGroupedCollections(java.util.Set groupedCollections)
public ResultTransformation processRows(SheetTransformationController stc, Sheet sheet, int startRow, int endRow, java.util.Map beans, Row parentRow) throws ParsePropertyException
stc - - SheetTransformationController corresponding to the sheet containing given rowssheet - Sheet objectstartRow - Row to start processingendRow - Last row to be processedbeans - Beans for substitutionparentRow - - Row object representing original template row linked to rows to processParsePropertyExceptionpublic ResultTransformation processRow(SheetTransformationController stc, Sheet sheet, org.apache.poi.ss.usermodel.Row hssfRow, int startCell, int endCell, java.util.Map beans, Row parentRow)
Copyright © 2005-2014 jXLS Team. All Rights Reserved.