| Package | Description |
|---|---|
| net.sf.jxls.parser | |
| net.sf.jxls.processor | |
| net.sf.jxls.transformer |
| Modifier and Type | Method and Description |
|---|---|
Cell |
CellParser.getCell() |
Cell |
CellParser.parseCell(java.util.Map beans) |
| Constructor and Description |
|---|
CellParser(Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellProcessor.processCell(Cell cell,
java.util.Map namedCells)
This method is invoked when cell is processed
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRowTransformer.addCell(Cell cell) |
void |
RowCollection.addCell(Cell cell) |
RowCollection |
Row.addCell(Cell cell)
Adds
Cell object to the list of cells for this row |
void |
Sheet.addNamedCell(java.lang.String label,
Cell cell) |
protected void |
BaseRowTransformer.applyCellProcessors(Cell cell)
Applies all registered CellProcessors to a cell
|
boolean |
RowCollection.containsCell(Cell cell) |
| Constructor and Description |
|---|
TagRowTransformer(Row row,
Cell cell) |
Copyright © 2005-2014 jXLS Team. All Rights Reserved.