Uses of Interface
cdc.impex.exports.SheetExporter
Packages that use SheetExporter
-
Uses of SheetExporter in cdc.impex
Methods in cdc.impex that return SheetExporterModifier and TypeMethodDescriptionImpExCatalog.getSheetExporter(String templateName) Return The sheet exporter associated to template name.ImpExCatalog.getSheetExporterOrNull(String templateName) Returns sheet exporter associated to a template name ornull.Methods in cdc.impex with parameters of type SheetExporterModifier and TypeMethodDescriptionImpExCatalog.register(SheetTemplate template, SheetExporter sheetExporter) Registers a SheetTemplate (if not already done) and associate it to a SheetExporter.ImpExCatalog.register(String templateName, SheetExporter sheetExporter) Registers a SheetExporter and associate it to a template name. -
Uses of SheetExporter in cdc.impex.exports
Subinterfaces of SheetExporter in cdc.impex.exportsModifier and TypeInterfaceDescriptioninterfaceInterface implemented by classes that can extract workbook data to export.Classes in cdc.impex.exports that implement SheetExporterModifier and TypeClassDescriptionclassImplementation ofSheetExporterthat inserts checks.classclassclassFields in cdc.impex.exports declared as SheetExporterModifier and TypeFieldDescriptionprotected final SheetExporterVerboseSheetExporter.delegatestatic final SheetExporterSheetExporter.QUIET_VOIDstatic final SheetExporterSheetExporter.VERBOSE_VOIDMethod parameters in cdc.impex.exports with type arguments of type SheetExporterModifier 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) Constructors in cdc.impex.exports with parameters of type SheetExporter