Uses of Interface
io.keikai.range.SImporter
-
Packages that use SImporter Package Description io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.importer io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SImporter in io.keikai.api.impl
Methods in io.keikai.api.impl that return SImporter Modifier and Type Method Description SImporter
ImporterImpl. getNative()
Constructors in io.keikai.api.impl with parameters of type SImporter Constructor Description ImporterImpl(SImporter importer)
-
Uses of SImporter in io.keikai.importer
Classes in io.keikai.importer that implement SImporter Modifier and Type Class Description class
XlsxImporter
An excel xlsx importer -
Uses of SImporter in io.keikai.range
Methods in io.keikai.range that return SImporter Modifier and Type Method Description SImporter
SImporterFactory. createImporter()
Create an importerstatic SImporter
SImporters. getImporter()
Get the default importer which is excel format, and it is smart enough to recognize the format(xls or xlsx)static SImporter
SImporters. getImporter(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 class
AbstractExcelImporter
Contains common importing behavior for XLS.class
AbstractImporter
class
ExcelImportAdapter
class
ExcelXlsImporter
Methods in io.keikai.range.impl.imexp that return SImporter Modifier and Type Method Description SImporter
ExcelImportFactory. createImporter()
SImporter
TestImporterFactory. createImporter()
-