Uses of Interface
cdc.impex.api.imports.WorkbookImporter
-
Packages that use WorkbookImporter Package Description cdc.impex.api cdc.impex.api.imports -
-
Uses of WorkbookImporter in cdc.impex.api
Methods in cdc.impex.api that return WorkbookImporter Modifier and Type Method Description WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, String... templateNames)Creates a delegating sheet importer for an array of template names.WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, Collection<String> templateNames)Creates a delegating sheet importer for a collection of template names.WorkbookImporterImpExCatalog. createWorkbookImporterFor(String... templateNames)WorkbookImporterImpExCatalog. createWorkbookImporterFor(Collection<String> templateNames)Methods in cdc.impex.api with parameters of type WorkbookImporter Modifier and Type Method Description WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, String... templateNames)Creates a delegating sheet importer for an array of template names.WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, Collection<String> templateNames)Creates a delegating sheet importer for a collection of template names. -
Uses of WorkbookImporter in cdc.impex.api.imports
Classes in cdc.impex.api.imports that implement WorkbookImporter Modifier and Type Class Description classCheckedWorkbookImporterclassVerboseWorkbookImporterFields in cdc.impex.api.imports declared as WorkbookImporter Modifier and Type Field Description static WorkbookImporterWorkbookImporter. QUIET_VOIDstatic WorkbookImporterWorkbookImporter. VERBOSE_VOIDMethods in cdc.impex.api.imports that return WorkbookImporter Modifier and Type Method Description static WorkbookImporterWorkbookImporter. fromDelegates(WorkbookImporter def, Function<String,SheetImporter> function)Creates a delegating handler.static WorkbookImporterWorkbookImporter. fromDelegates(WorkbookImporter def, Map<String,SheetImporter> map)Creates a delegating handler.static WorkbookImporterWorkbookImporter. fromDelegates(Function<String,SheetImporter> function)static WorkbookImporterWorkbookImporter. fromDelegates(Map<String,SheetImporter> map)Methods in cdc.impex.api.imports with parameters of type WorkbookImporter Modifier and Type Method Description static WorkbookImporterWorkbookImporter. fromDelegates(WorkbookImporter def, Function<String,SheetImporter> function)Creates a delegating handler.static WorkbookImporterWorkbookImporter. fromDelegates(WorkbookImporter def, Map<String,SheetImporter> map)Creates a delegating handler.voidImporter. importData(File file, Set<SheetTemplate> templates, WorkbookImporter workbookImporter, cdc.issues.api.IssuesHandler<? super ImportIssue> issuesHandler, cdc.util.events.ProgressController controller)Invoked to analyze a file that contains data to import.Constructors in cdc.impex.api.imports with parameters of type WorkbookImporter Constructor Description VerboseWorkbookImporter(WorkbookImporter delegate)
-