Class JxlsOptions

java.lang.Object
org.jxls.builder.JxlsOptions

public class JxlsOptions extends Object
Internal transport object for delivering the builder options to the template filler
  • Constructor Details

  • Method Details

    • getExpressionEvaluatorFactory

      public ExpressionEvaluatorFactory getExpressionEvaluatorFactory()
    • getExpressionNotationBegin

      public String getExpressionNotationBegin()
    • getExpressionNotationEnd

      public String getExpressionNotationEnd()
    • getLogger

      public JxlsLogger getLogger()
    • getFormulaProcessor

      public FormulaProcessor getFormulaProcessor()
    • isUpdateCellDataArea

      public boolean isUpdateCellDataArea()
    • isIgnoreColumnProps

      public boolean isIgnoreColumnProps()
    • isIgnoreRowProps

      public boolean isIgnoreRowProps()
    • isRecalculateFormulasBeforeSaving

      public boolean isRecalculateFormulasBeforeSaving()
    • isRecalculateFormulasOnOpening

      public boolean isRecalculateFormulasOnOpening()
    • getKeepTemplateSheet

      public KeepTemplateSheet getKeepTemplateSheet()
    • getAreaBuilder

      public AreaBuilder getAreaBuilder()
    • getCommands

      public Map<String,Class<? extends Command>> getCommands()
    • isClearTemplateCells

      public boolean isClearTemplateCells()
    • getTransformerFactory

      public JxlsTransformerFactory getTransformerFactory()
    • getStreaming

      public JxlsStreaming getStreaming()
    • getNeedsPublicContextList

      public List<NeedsPublicContext> getNeedsPublicContextList()
    • getPreWriteActions

      public List<PreWriteAction> getPreWriteActions()
    • getRunVarAccess

      public RunVarAccess getRunVarAccess()