Uses of Interface
org.jxls.builder.JxlsOutput
Packages that use JxlsOutput
-
Uses of JxlsOutput in org.jxls.builder
Classes in org.jxls.builder that implement JxlsOutputMethods in org.jxls.builder with parameters of type JxlsOutputModifier and TypeMethodDescriptionvoidJxlsTemplateFillerBuilder.buildAndFill(Map<String, Object> data, JxlsOutput output) Builds template filler, creates Excel report with given data and saves it to output.voidJxlsTemplateFiller.fill(Map<String, Object> data, JxlsOutput output) Creates Excel report using the given data map and writes it to the given output.