Interface | Description |
---|---|
CellDataUpdater |
Interface for updating
CellData
See UpdateCellCommand |
CellRefGenerator |
Defines generic method for generating new cell references during
EachCommand command iteration |
Command |
A command interface defines a transformation of a list of areas at a specified cell
Date: Mar 13, 2009
|
Class | Description |
---|---|
AbstractCommand |
Implements basic command methods and is a convenient base class for other commands
|
EachCommand |
Implements iteration over collection of items
'items' is a bean name of the collection in context
'var' is a name of a collection item to put into the context during the iteration
'direction' defines expansion by rows (DOWN) or by columns (RIGHT).
|
GridCommand |
The command implements a grid with dynamic columns and rows
|
IfCommand |
Implements if-else logic
Date: Sep 11, 2009
|
ImageCommand |
Implements image rendering
Image is specified with image index in the workbook or by providing image bytes and type
|
SheetNameGenerator |
Creates cell references based on passed sheet names
|
UpdateCellCommand |
Enum | Description |
---|---|
EachCommand.Direction |
Copyright © 2017. All rights reserved.