| 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 |
UpdateCellCommand.applyAt(CellRef cellRef,
Context context) |
Size |
MergeCellsCommand.applyAt(CellRef cellRef,
Context context) |
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 |
DynamicSheetNameGenerator.generateCellRef(int index,
Context context) |
CellRef |
CellRefGenerator.generateCellRef(int index,
Context context) |
void |
CellDataUpdater.updateCellData(CellData cellData,
CellRef targetCell,
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 |
|---|---|
Boolean |
UtilWrapper.isConditionTrue(ExpressionEvaluator evaluator,
Context context) |
static Boolean |
Util.isConditionTrue(ExpressionEvaluator evaluator,
Context context) |
Boolean |
UtilWrapper.isConditionTrue(ExpressionEvaluator evaluator,
String condition,
Context context) |
static Boolean |
Util.isConditionTrue(ExpressionEvaluator evaluator,
String condition,
Context context) |
JxlsHelper |
JxlsHelper.processGridTemplate(InputStream templateStream,
OutputStream targetStream,
Context context,
String objectProps)
Processes the template with the
GridCommand |
void |
JxlsHelper.processGridTemplateAtCell(InputStream templateStream,
OutputStream targetStream,
Context context,
String objectProps,
String targetCell)
Processes the input template with
GridCommand at given target cell
using the given object properties and context |
void |
JxlsHelper.processTemplate(Context context,
Transformer transformer)
Processes a template with the given
Transformer instance and Context |
JxlsHelper |
JxlsHelper.processTemplate(InputStream templateStream,
OutputStream targetStream,
Context context)
Reads template from the source stream processes it using the supplied
Context and writes the result to the target stream |
JxlsHelper |
JxlsHelper.processTemplateAtCell(InputStream templateStream,
OutputStream targetStream,
Context context,
String targetCell)
Processes the template from the given input stream using the supplied
Context and the given target cell and writes the result to the output stream |
Collection<?> |
UtilWrapper.transformToCollectionObject(ExpressionEvaluator expressionEvaluator,
String collectionName,
Context context) |
static Collection<?> |
Util.transformToCollectionObject(ExpressionEvaluator expressionEvaluator,
String collectionName,
Context context) |
Iterable<Object> |
UtilWrapper.transformToIterableObject(ExpressionEvaluator expressionEvaluator,
String collectionName,
Context context) |
static Iterable<Object> |
Util.transformToIterableObject(ExpressionEvaluator expressionEvaluator,
String collectionName,
Context context) |
Copyright © 2019. All rights reserved.