| Package | Description |
|---|---|
| net.sf.jxls.parser | |
| net.sf.jxls.processor | |
| net.sf.jxls.transformer |
| Modifier and Type | Method and Description |
|---|---|
Row |
Cell.getRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setRow(Row row) |
| Constructor and Description |
|---|
Cell(org.apache.poi.ss.usermodel.Cell hssfCell,
Row row) |
CellParser(org.apache.poi.ss.usermodel.Cell hssfCell,
Row row,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowProcessor.processRow(Row row,
java.util.Map namedCells) |
| Modifier and Type | Method and Description |
|---|---|
Row |
RowCollection.getParentRow() |
Row |
Row.getParentRow() |
Row |
RowTransformer.getRow() |
Row |
BaseRowTransformer.getRow() |
| 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
|
void |
RowCollection.setParentRow(Row parentRow) |
void |
Row.setParentRow(Row parentRow) |
| Constructor and Description |
|---|
ChainTransformer(java.util.List transformers,
java.util.List rowProcessors,
Row parentRow) |
ChainTransformer(java.util.List transformers,
Sheet sheet,
java.util.List rowProcessors,
Row parentRow) |
CollectionRowTransformer(Row row,
java.util.Set fixedSizeCollections,
java.util.List cellProcessors,
java.util.List rowProcessors,
Configuration configuration) |
RowCollection(Row parentRow,
Property collectionProperty,
int dependentRowNumber) |
SimpleRowTransformer(Row row,
java.util.List cellProcessors,
Configuration configuration) |
TagRowTransformer(Row row,
Cell cell) |
Copyright © 2005-2014 jXLS Team. All Rights Reserved.