public class CellTransformer
extends java.lang.Object
CellTransformer
knows how to transform a Cell
inside of a Sheet
. If a Tag
is found, then the
CellTransformer
will process it.Constructor | Description |
---|---|
CellTransformer() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
transform(org.apache.poi.ss.usermodel.Cell cell,
WorkbookContext workbookContext,
TagContext cellContext) |
Transforms the given
Cell , using the given Map
of bean names to bean objects. |
public boolean transform(org.apache.poi.ss.usermodel.Cell cell, WorkbookContext workbookContext, TagContext cellContext)
Cell
, using the given Map
of bean names to bean objects.cell
- The Cell
to transform.workbookContext
- The WorkbookContext
that provides the
Map
of Formulas
, the
TagLibraryRegistry
, the CellListeners
, the
fixed size collection names, and the turned off implicit collection
names.cellContext
- The TagContext
that provides the
Map
of beans data, the Map
of processed
Cells
, and the parent Block
.true
if this Cell
was transformed,
false
if it needs to be transformed again. This may
happen if the Block
associated with the Tag
was removed.Copyright © 2012–2018 Jett Team. All rights reserved.