| 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
|
| CollectionProcessor | |
| DynamicSheetNameGenerator |
Creates cell references based on passed sheet names.
|
| EachCommand |
Implements iteration over collection or array of items
|
| GridCommand |
The command implements a grid with dynamic columns and rows
|
| IfCommand |
Implements if-else logic
|
| ImageCommand |
Implements image rendering
|
| MergeCellsCommand |
Merge cells
|
| 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 © 2023. All rights reserved.