Uses of Interface
cdc.impex.exports.WorkbookExporter
Packages that use WorkbookExporter
-
Uses of WorkbookExporter in cdc.impex
Methods in cdc.impex that return WorkbookExporterModifier and TypeMethodDescriptionImpExCatalog.createWorkbookExporterFor(WorkbookExporter def, String... templateNames) Creates a delegating sheet exporter for an array of template names.ImpExCatalog.createWorkbookExporterFor(WorkbookExporter def, Collection<String> templateNames) Creates a delegating sheet exporter for a collection of template names.ImpExCatalog.createWorkbookExporterFor(String... templateNames) ImpExCatalog.createWorkbookExporterFor(Collection<String> templateNames) Methods in cdc.impex with parameters of type WorkbookExporterModifier and TypeMethodDescriptionImpExCatalog.createWorkbookExporterFor(WorkbookExporter def, String... templateNames) Creates a delegating sheet exporter for an array of template names.ImpExCatalog.createWorkbookExporterFor(WorkbookExporter def, Collection<String> templateNames) Creates a delegating sheet exporter for a collection of template names. -
Uses of WorkbookExporter in cdc.impex.exports
Classes in cdc.impex.exports that implement WorkbookExporterFields in cdc.impex.exports declared as WorkbookExporterModifier and TypeFieldDescriptionprotected final WorkbookExporterVerboseWorkbookExporter.delegatestatic final WorkbookExporterWorkbookExporter.QUIET_VOIDstatic final WorkbookExporterWorkbookExporter.VERBOSE_VOIDMethods in cdc.impex.exports that return WorkbookExporterModifier and TypeMethodDescriptionstatic WorkbookExporterWorkbookExporter.fromDelegates(WorkbookExporter def, Function<String, SheetExporter> function) Creates a delegating workbook exporter.static WorkbookExporterWorkbookExporter.fromDelegates(WorkbookExporter def, Map<String, SheetExporter> map) Creates a delegating workbook exporter.static WorkbookExporterWorkbookExporter.fromDelegates(Function<String, SheetExporter> function) static WorkbookExporterWorkbookExporter.fromDelegates(Map<String, SheetExporter> map) Methods in cdc.impex.exports with parameters of type WorkbookExporterModifier and TypeMethodDescriptionvoidExporter.exportData(File file, List<SheetTemplateInstance> templateInstances, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller) Export data to a file.voidExporter.exportData(OutputStream out, String systemId, ImpExFormat format, List<SheetTemplateInstance> templateInstances, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller) Export data to an output stream using a format.voidVerboseExporter.exportData(File file, List<SheetTemplateInstance> templateInstances, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller) voidVerboseExporter.exportData(OutputStream out, String systemId, ImpExFormat format, List<SheetTemplateInstance> templateInstances, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller) static WorkbookExporterWorkbookExporter.fromDelegates(WorkbookExporter def, Function<String, SheetExporter> function) Creates a delegating workbook exporter.static WorkbookExporterWorkbookExporter.fromDelegates(WorkbookExporter def, Map<String, SheetExporter> map) Creates a delegating workbook exporter.Constructors in cdc.impex.exports with parameters of type WorkbookExporter