Uses of Class
org.jxls.builder.JxlsStreaming
Packages that use JxlsStreaming
-
Uses of JxlsStreaming in org.jxls.builder
Fields in org.jxls.builder declared as JxlsStreamingModifier and TypeFieldDescriptionstatic final JxlsStreamingJxlsStreaming.AUTO_DETECTAll sheets where a note contain exactly sheetStreaming="true" will be used for streaming.static final JxlsStreamingJxlsStreaming.STREAMING_OFFstatic final JxlsStreamingJxlsStreaming.STREAMING_ONUse standard streaming for all sheetsMethods in org.jxls.builder that return JxlsStreamingModifier and TypeMethodDescriptionJxlsOptions.getStreaming()JxlsTemplateFillerBuilder.getStreaming()static JxlsStreamingJxlsStreaming.streamingWithGivenSheets(String... sheetNames) static JxlsStreamingJxlsStreaming.streamingWithGivenSheets(Set<String> sheetNames) JxlsStreaming.withOptions(int rowAccessWindowSize, boolean compressTmpFiles, boolean useSharedStringsTable) Not often used streaming optionsMethods in org.jxls.builder with parameters of type JxlsStreamingModifier and TypeMethodDescriptionJxlsTemplateFillerBuilder.withStreaming(JxlsStreaming streaming) Use streaming if you have large sheets.Constructors in org.jxls.builder with parameters of type JxlsStreamingModifierConstructorDescriptionJxlsOptions(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 JxlsStreaming in org.jxls.transform
Methods in org.jxls.transform with parameters of type JxlsStreamingModifier and TypeMethodDescriptionJxlsTransformerFactory.create(InputStream template, OutputStream outputStream, JxlsStreaming streaming, JxlsLogger logger)