| Package | Description |
|---|---|
| org.jxls.area | |
| org.jxls.builder | |
| org.jxls.builder.xls | |
| org.jxls.builder.xml | |
| org.jxls.command | |
| org.jxls.formula |
| Modifier and Type | Class and Description |
|---|---|
class |
XlsArea
Core implementation of
Area interface |
| Modifier and Type | Method and Description |
|---|---|
List<Area> |
AreaBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Area> |
XlsCommentAreaBuilder.build()
Builds a list of
XlsArea objects defined by top level AreaCommand markup ("jx:area")
containing a tree of all nested commands |
| Modifier and Type | Method and Description |
|---|---|
List<Area> |
XmlAreaBuilder.build() |
List<Area> |
XmlAreaBuilder.build(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
Area |
IfCommand.getElseArea()
Gets an area to render when the condition is evaluated to 'false'
|
Area |
IfCommand.getIfArea()
Gets an area to render when the condition is evaluated to 'true'
|
| Modifier and Type | Method and Description |
|---|---|
List<Area> |
Command.getAreaList() |
List<Area> |
AbstractCommand.getAreaList() |
| 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) |
| Constructor and Description |
|---|
EachCommand(String items,
Area area) |
EachCommand(String var,
String items,
Area area) |
EachCommand(String var,
String items,
Area area,
CellRefGenerator cellRefGenerator) |
EachCommand(String var,
String items,
Area area,
EachCommand.Direction direction) |
GridCommand(String headers,
String data,
Area headerArea,
Area bodyArea) |
GridCommand(String headers,
String data,
String props,
Area headerArea,
Area bodyArea) |
IfCommand(String condition,
Area ifArea,
Area elseArea) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<CellRef,List<CellRef>> |
AbstractFormulaProcessor.buildTargetCellRefMap(Transformer transformer,
Area area,
CellData formulaCellData) |
void |
StandardFormulaProcessor.processAreaFormulas(Transformer transformer,
Area area)
The method transforms all the formula cells according to the command
transformations happened during the area processing
|
void |
FormulaProcessor.processAreaFormulas(Transformer transformer,
Area area)
Processes all
|
void |
FastFormulaProcessor.processAreaFormulas(Transformer transformer,
Area area) |
Copyright © 2020. All rights reserved.