Package org.jxls.builder
Class JxlsOptions
java.lang.Object
org.jxls.builder.JxlsOptions
Internal transport object for delivering the builder options to the template filler
-
Constructor Summary
ConstructorsConstructorDescriptionJxlsOptions(ExpressionEvaluatorFactory expressionEvaluatorFactory, String expressionNotationBegin, String expressionNotationEnd, JxlsLogger logger, FormulaProcessor formulaProcessor, boolean updateCellDataArea, boolean ignoreColumnProps, boolean ignoreRowProps, boolean recalculateFormulasBeforeSaving, boolean recalculateFormulasOnOpening, KeepTemplateSheet keepTemplateSheet, AreaBuilder areaBuilder, Map<String, Class<? extends Command>> commands, boolean clearTemplateCells, JxlsTransformerFactory transformerFactory, JxlsStreaming streaming, List<NeedsPublicContext> needsContextList, List<PreWriteAction> preWriteActions, RunVarAccess runVarAccess) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
JxlsOptions
public JxlsOptions(ExpressionEvaluatorFactory expressionEvaluatorFactory, String expressionNotationBegin, String expressionNotationEnd, JxlsLogger logger, FormulaProcessor formulaProcessor, boolean updateCellDataArea, boolean ignoreColumnProps, boolean ignoreRowProps, boolean recalculateFormulasBeforeSaving, boolean recalculateFormulasOnOpening, KeepTemplateSheet keepTemplateSheet, AreaBuilder areaBuilder, Map<String, Class<? extends Command>> commands, boolean clearTemplateCells, JxlsTransformerFactory transformerFactory, JxlsStreaming streaming, List<NeedsPublicContext> needsContextList, List<PreWriteAction> preWriteActions, RunVarAccess runVarAccess)
-
-
Method Details
-
getExpressionEvaluatorFactory
-
getExpressionNotationBegin
-
getExpressionNotationEnd
-
getLogger
-
getFormulaProcessor
-
isUpdateCellDataArea
public boolean isUpdateCellDataArea() -
isIgnoreColumnProps
public boolean isIgnoreColumnProps() -
isIgnoreRowProps
public boolean isIgnoreRowProps() -
isRecalculateFormulasBeforeSaving
public boolean isRecalculateFormulasBeforeSaving() -
isRecalculateFormulasOnOpening
public boolean isRecalculateFormulasOnOpening() -
getKeepTemplateSheet
-
getAreaBuilder
-
getCommands
-
isClearTemplateCells
public boolean isClearTemplateCells() -
getTransformerFactory
-
getStreaming
-
getNeedsPublicContextList
-
getPreWriteActions
-
getRunVarAccess
-