| Interface | Description |
|---|---|
| CellDataUpdater |
Interface for updating
CellData |
| 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
|
| Class | Description |
|---|---|
| AbstractCommand |
Implements basic command methods and is a convenient base class for other commands
|
| DynamicSheetNameGenerator |
Creates cell references based on passed sheet names.
|
| EachCommand |
Implements iteration over collection or array of items
'items' is a bean name of the collection or array in context
'var' is a name of a collection item to put into the context during the iteration
'varIndex' is name of variable in context that holds current iteration index, 0 based.
|
| GridCommand |
The command implements a grid with dynamic columns and rows
|
| IfCommand |
Implements if-else logic
|
| ImageCommand |
Implements image rendering
Image is specified by providing image bytes and type.
|
| MergeCellsCommand |
Merge cells
jx:mergeCells(
lastCell="Merge cell ranges"
[, cols="Number of columns combined"]
[, rows="Number of rows combined"]
[, minCols="Minimum number of columns to merge"]
[, minRows="Minimum number of rows to merge"]
)
Note: this command can only be used on cells that have not been merged.
|
| SheetNameGenerator |
Creates cell references based on passed sheet names
|
| UpdateCellCommand |
Allows to update a cell data dynamically for any cell
|
| Enum | Description |
|---|---|
| EachCommand.Direction |
Copyright © 2022. All rights reserved.