| Package | Description |
|---|---|
| net.sf.jxls.controller | |
| net.sf.jxls.tag | |
| net.sf.jxls.transformer |
| Modifier and Type | Class and Description |
|---|---|
class |
SheetTransformationControllerImpl
This class controls and saves all transforming operations on spreadsheet cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbookTransformationControllerImpl.addSheetTransformationController(SheetTransformationController sheetTransformationController) |
void |
WorkbookTransformationController.addSheetTransformationController(SheetTransformationController sheetTransformationController) |
void |
WorkbookTransformationControllerImpl.removeSheetTransformationController(SheetTransformationController sheetTransformationController) |
void |
WorkbookTransformationController.removeSheetTransformationController(SheetTransformationController sheetTransformationController) |
| Modifier and Type | Method and Description |
|---|---|
SheetTransformationController |
TagContext.getSheetTransformationController() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagContext.setSheetTransformationController(SheetTransformationController stc) |
| Constructor and Description |
|---|
TagContext(SheetTransformationController stc,
SheetTransformer sheetTransformer,
Sheet sheet,
Block tagBody,
java.util.Map beans) |
| Modifier and Type | Method and Description |
|---|---|
ResultTransformation |
SheetTransformer.processRow(SheetTransformationController stc,
Sheet sheet,
org.apache.poi.ss.usermodel.Row hssfRow,
int startCell,
int endCell,
java.util.Map beans,
Row parentRow) |
ResultTransformation |
SheetTransformer.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
|
ResultTransformation |
TagRowTransformer.transform(SheetTransformationController stc,
SheetTransformer sheetTransformer,
java.util.Map beans,
ResultTransformation previousTransformation) |
ResultTransformation |
SimpleRowTransformer.transform(SheetTransformationController stc,
SheetTransformer sheetTransformer,
java.util.Map beans,
ResultTransformation previousTransformation) |
ResultTransformation |
RowTransformer.transform(SheetTransformationController stc,
SheetTransformer sheetTransformer,
java.util.Map beans,
ResultTransformation previousTransformation) |
ResultTransformation |
CollectionRowTransformer.transform(SheetTransformationController stc,
SheetTransformer sheetTransformer,
java.util.Map beans,
ResultTransformation previousTransformation) |
Copyright © 2005-2014 jXLS Team. All Rights Reserved.