Uses of Interface
cdc.impex.imports.WorkbookImporter
Packages that use WorkbookImporter
-
Uses of WorkbookImporter in cdc.impex
Methods in cdc.impex that return WorkbookImporterModifier and TypeMethodDescriptionImpExCatalog.createWorkbookImporterFor(WorkbookImporter def, String... templateNames) Creates a delegating sheet importer for an array of template names.ImpExCatalog.createWorkbookImporterFor(WorkbookImporter def, Collection<String> templateNames) Creates a delegating sheet importer for a collection of template names.ImpExCatalog.createWorkbookImporterFor(String... templateNames) ImpExCatalog.createWorkbookImporterFor(Collection<String> templateNames) Methods in cdc.impex with parameters of type WorkbookImporterModifier and TypeMethodDescriptionImpExCatalog.createWorkbookImporterFor(WorkbookImporter def, String... templateNames) Creates a delegating sheet importer for an array of template names.ImpExCatalog.createWorkbookImporterFor(WorkbookImporter def, Collection<String> templateNames) Creates a delegating sheet importer for a collection of template names. -
Uses of WorkbookImporter in cdc.impex.imports
Classes in cdc.impex.imports that implement WorkbookImporterFields in cdc.impex.imports declared as WorkbookImporterModifier and TypeFieldDescriptionstatic final WorkbookImporterWorkbookImporter.QUIET_VOIDstatic final WorkbookImporterWorkbookImporter.VERBOSE_VOIDMethods in cdc.impex.imports that return WorkbookImporterModifier and TypeMethodDescriptionstatic WorkbookImporterWorkbookImporter.fromDelegates(WorkbookImporter def, Function<String, SheetImporter> function) Creates a delegating workbook importer.static WorkbookImporterWorkbookImporter.fromDelegates(WorkbookImporter def, Map<String, SheetImporter> map) Creates a delegating workbook importer.static WorkbookImporterWorkbookImporter.fromDelegates(Function<String, SheetImporter> function) static WorkbookImporterWorkbookImporter.fromDelegates(Map<String, SheetImporter> map) Methods in cdc.impex.imports with parameters of type WorkbookImporterModifier and TypeMethodDescriptionstatic WorkbookImporterWorkbookImporter.fromDelegates(WorkbookImporter def, Function<String, SheetImporter> function) Creates a delegating workbook importer.static WorkbookImporterWorkbookImporter.fromDelegates(WorkbookImporter def, Map<String, SheetImporter> map) Creates a delegating workbook importer.voidImporter.importData(File file, Set<SheetTemplate> templates, WorkbookImporter workbookImporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller) Invoked to analyze a file that contains data to import.Constructors in cdc.impex.imports with parameters of type WorkbookImporter