| Package | Description |
|---|---|
| org.jxls.util |
| Modifier and Type | Method and Description |
|---|---|
JxlsHelper |
JxlsHelper.buildExpressionNotation(String expressionNotationBegin,
String expressionNotationEnd)
Allows to set custom notation for expressions in the template The notation is
used in
createTransformer(InputStream, OutputStream) |
JxlsHelper |
JxlsHelper.buildExpressionNotation(String expressionNotationBegin,
String expressionNotationEnd)
Allows to set custom notation for expressions in the template The notation is
used in
createTransformer(InputStream, OutputStream) |
static JxlsHelper |
JxlsHelper.getInstance()
Returns new JxlsHelper instance
|
static JxlsHelper |
JxlsHelper.getInstance()
Returns new JxlsHelper instance
|
JxlsHelper |
JxlsHelper.gridExport(Collection<?> headers,
Collection<?> dataObjects,
String objectProps,
OutputStream outputStream)
Performs data grid export using
SimpleExporter |
JxlsHelper |
JxlsHelper.gridExport(Collection<?> headers,
Collection<?> dataObjects,
String objectProps,
OutputStream outputStream)
Performs data grid export using
SimpleExporter |
JxlsHelper |
JxlsHelper.processGridTemplate(InputStream templateStream,
OutputStream targetStream,
Context context,
String objectProps)
Processes the template with the
GridCommand |
JxlsHelper |
JxlsHelper.processGridTemplate(InputStream templateStream,
OutputStream targetStream,
Context context,
String objectProps)
Processes the template with the
GridCommand |
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.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 |
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 |
JxlsHelper |
JxlsHelper.registerGridTemplate(InputStream inputStream)
Registers grid template to be used with
SimpleExporter |
JxlsHelper |
JxlsHelper.registerGridTemplate(InputStream inputStream)
Registers grid template to be used with
SimpleExporter |
JxlsHelper |
JxlsHelper.setAreaBuilder(AreaBuilder areaBuilder) |
JxlsHelper |
JxlsHelper.setAreaBuilder(AreaBuilder areaBuilder) |
JxlsHelper |
JxlsHelper.setDeleteTemplateSheet(boolean deleteTemplateSheet)
Marks template sheet for deletion
|
JxlsHelper |
JxlsHelper.setDeleteTemplateSheet(boolean deleteTemplateSheet)
Marks template sheet for deletion
|
JxlsHelper |
JxlsHelper.setEvaluateFormulas(boolean evaluateFormulas)
This property is used to recalculate all formulas before saving the workbook.
|
JxlsHelper |
JxlsHelper.setEvaluateFormulas(boolean evaluateFormulas)
This property is used to recalculate all formulas before saving the workbook.
|
JxlsHelper |
JxlsHelper.setFormulaProcessor(FormulaProcessor formulaProcessor)
Sets formula processor implementation
|
JxlsHelper |
JxlsHelper.setFormulaProcessor(FormulaProcessor formulaProcessor)
Sets formula processor implementation
|
JxlsHelper |
JxlsHelper.setFullFormulaRecalculationOnOpening(boolean fullFormulaRecalculationOnOpening)
If you set this option to true, all formulas will be recalculated when the file is opened in MS Excel.
|
JxlsHelper |
JxlsHelper.setFullFormulaRecalculationOnOpening(boolean fullFormulaRecalculationOnOpening)
If you set this option to true, all formulas will be recalculated when the file is opened in MS Excel.
|
JxlsHelper |
JxlsHelper.setHideTemplateSheet(boolean hideTemplateSheet)
Hides/shows template sheet
|
JxlsHelper |
JxlsHelper.setHideTemplateSheet(boolean hideTemplateSheet)
Hides/shows template sheet
|
JxlsHelper |
JxlsHelper.setProcessFormulas(boolean processFormulas)
Enables or disables formula processing
|
JxlsHelper |
JxlsHelper.setProcessFormulas(boolean processFormulas)
Enables or disables formula processing
|
JxlsHelper |
JxlsHelper.setUseFastFormulaProcessor(boolean useFastFormulaProcessor) |
JxlsHelper |
JxlsHelper.setUseFastFormulaProcessor(boolean useFastFormulaProcessor) |
Copyright © 2023. All rights reserved.