| Package | Description |
|---|---|
| org.jxls.area | |
| org.jxls.builder.xls | |
| org.jxls.command |
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandData.getCommand() |
Command |
XlsArea.getParentCommand() |
Command |
Area.getParentCommand() |
| Modifier and Type | Method and Description |
|---|---|
List<Command> |
XlsArea.findCommandByName(String name) |
List<Command> |
Area.findCommandByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
XlsArea.addCommand(AreaRef areaRef,
Command command) |
void |
Area.addCommand(AreaRef ref,
Command command) |
void |
XlsArea.addCommand(String areaRef,
Command command) |
void |
XlsArea.setParentCommand(Command command) |
void |
Area.setParentCommand(Command command) |
| Constructor and Description |
|---|
CommandData(AreaRef areaRef,
Command command) |
CommandData(CellRef startCellRef,
Size size,
Command command) |
CommandData(String areaRef,
Command command) |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaCommand
A container area command used in
XlsCommentAreaBuilder to enclose other commands |
| Modifier and Type | Method and Description |
|---|---|
static void |
XlsCommentAreaBuilder.addCommandMapping(String commandName,
Class<? extends Command> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand
Implements basic command methods and is a convenient base class for other commands
|
class |
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.
|
class |
GridCommand
The command implements a grid with dynamic columns and rows
|
class |
IfCommand
Implements if-else logic
|
class |
ImageCommand
Implements image rendering
Image is specified by providing image bytes and type.
|
class |
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.
|
class |
UpdateCellCommand
Allows to update a cell data dynamically for any cell
|
| Modifier and Type | Method and Description |
|---|---|
Command |
UpdateCellCommand.addArea(Area area) |
Command |
MergeCellsCommand.addArea(Area area) |
Command |
ImageCommand.addArea(Area area) |
Command |
IfCommand.addArea(Area area) |
Command |
GridCommand.addArea(Area area) |
Command |
EachCommand.addArea(Area area) |
Command |
Command.addArea(Area area)
Adds an area to this command
|
Command |
AbstractCommand.addArea(Area area) |
Copyright © 2022. All rights reserved.