Uses of Interface
io.keikai.range.SImporter
-
Packages that use SImporter Package Description io.keikai.importer io.keikai.range io.keikai.range.impl.imexp -
-
Uses of SImporter in io.keikai.importer
Classes in io.keikai.importer that implement SImporter Modifier and Type Class Description classXlsxImporterAn excel xlsx importer -
Uses of SImporter in io.keikai.range
Methods in io.keikai.range that return SImporter Modifier and Type Method Description SImporterSImporterFactory. createImporter()Create an importerstatic SImporterSImporters. getImporter()Get the default importer which is excel format, and it is smart enough to recognize the format(xls or xlsx)static SImporterSImporters. getImporter(java.lang.String name)Get the registered importer -
Uses of SImporter in io.keikai.range.impl.imexp
Classes in io.keikai.range.impl.imexp that implement SImporter Modifier and Type Class Description classAbstractExcelImporterContains common importing behavior for XLS.classAbstractImporterclassExcelImportAdapterclassExcelXlsImporterMethods in io.keikai.range.impl.imexp that return SImporter Modifier and Type Method Description SImporterExcelImportFactory. createImporter()SImporterTestImporterFactory. createImporter()
-