Uses of Interface
org.jxls.formula.FormulaProcessor
Packages that use FormulaProcessor
-
Uses of FormulaProcessor in org.jxls.area
Methods in org.jxls.area with parameters of type FormulaProcessorModifier and TypeMethodDescriptionvoidArea.processFormulas(FormulaProcessor formulaProcessor) voidXlsArea.processFormulas(FormulaProcessor formulaProcessor) -
Uses of FormulaProcessor in org.jxls.builder
Methods in org.jxls.builder that return FormulaProcessorModifier and TypeMethodDescriptionJxlsOptions.getFormulaProcessor()JxlsTemplateFillerBuilder.getFormulaProcessor()Methods in org.jxls.builder with parameters of type FormulaProcessorModifier and TypeMethodDescriptionJxlsTemplateFillerBuilder.withFormulaProcessor(FormulaProcessor formulaProcessor) Constructors in org.jxls.builder with parameters of type FormulaProcessorModifierConstructorDescriptionJxlsOptions(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) -
Uses of FormulaProcessor in org.jxls.formula
Classes in org.jxls.formula that implement FormulaProcessorModifier and TypeClassDescriptionclassPartial implementation ofFormulaProcessorinterface It implements only some helper methods to allow their reuse forFastFormulaProcessorandStandardFormulaProcessorclassFast formula processor implementation.classThis is a standard formula processor implementation which takes into account all the performed cell transformations to properly evaluate all the formulas even for complex templates.