| Package | Description |
|---|---|
| org.jxls.builder.xls | |
| org.jxls.command |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaCommand
A container area command used in
XlsCommentAreaBuilder to enclose other commands |
| Modifier and Type | Class and Description |
|---|---|
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
|
Copyright © 2022. All rights reserved.