Uses of Interface
org.jxls.transform.JxlsTransformerFactory
Packages that use JxlsTransformerFactory
-
Uses of JxlsTransformerFactory in org.jxls.builder
Methods in org.jxls.builder that return JxlsTransformerFactoryModifier and TypeMethodDescriptionJxlsOptions.getTransformerFactory()JxlsTemplateFillerBuilder.getTransformerFactory()Methods in org.jxls.builder with parameters of type JxlsTransformerFactoryModifier and TypeMethodDescriptionJxlsTemplateFillerBuilder.withTransformerFactory(JxlsTransformerFactory transformerFactory) See websiteConstructors in org.jxls.builder with parameters of type JxlsTransformerFactoryModifierConstructorDescriptionJxlsOptions(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)