| Package | Description |
|---|---|
| org.jxls.area | |
| org.jxls.builder.xls | |
| org.jxls.command | |
| org.jxls.common | |
| org.jxls.transform | |
| org.jxls.util |
| Modifier and Type | Method and Description |
|---|---|
Size |
XlsArea.applyAt(CellRef cellRef,
Context context) |
Size |
Area.applyAt(CellRef cellRef,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Size |
AreaCommand.applyAt(CellRef cellRef,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Size |
ImageCommand.applyAt(CellRef cellRef,
Context context) |
Size |
IfCommand.applyAt(CellRef cellRef,
Context context) |
Size |
GridCommand.applyAt(CellRef cellRef,
Context context) |
Size |
EachCommand.applyAt(CellRef cellRef,
Context context) |
Size |
Command.applyAt(CellRef cellRef,
Context context)
Applies a command at the given cell reference
|
CellRef |
SheetNameGenerator.generateCellRef(int index,
Context context) |
CellRef |
CellRefGenerator.generateCellRef(int index,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AreaListener.afterApplyAtCell(CellRef cellRef,
Context context) |
void |
AreaListener.afterTransformCell(CellRef srcCell,
CellRef targetCell,
Context context) |
void |
AreaListener.beforeApplyAtCell(CellRef cellRef,
Context context) |
void |
AreaListener.beforeTransformCell(CellRef srcCell,
CellRef targetCell,
Context context) |
Object |
CellData.evaluate(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transformer.transform(CellRef srcCellRef,
CellRef targetCellRef,
Context context,
boolean updateRowHeight) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
Util.isConditionTrue(ExpressionEvaluator evaluator,
String condition,
Context context) |
static Boolean |
Util.isConditionTrue(JexlExpressionEvaluator evaluator,
Context context) |
JxlsHelper |
JxlsHelper.processGridTemplate(InputStream templateStream,
OutputStream targetStream,
Context context,
String objectProps) |
void |
JxlsHelper.processGridTemplateAtCell(InputStream templateStream,
OutputStream targetStream,
Context context,
String objectProps,
String targetCell) |
void |
JxlsHelper.processTemplate(Context context,
Transformer transformer) |
JxlsHelper |
JxlsHelper.processTemplate(InputStream templateStream,
OutputStream targetStream,
Context context) |
JxlsHelper |
JxlsHelper.processTemplateAtCell(InputStream templateStream,
OutputStream targetStream,
Context context,
String targetCell) |
static Collection |
Util.transformToCollectionObject(ExpressionEvaluator expressionEvaluator,
String collectionName,
Context context) |
Copyright © 2016. All rights reserved.