Uses of Interface
io.keikai.api.Importer
-
Packages that use Importer Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.ui Defines UI Component class of Keikai Spreadsheet -
-
Uses of Importer in io.keikai.api
Methods in io.keikai.api that return Importer Modifier and Type Method Description static Importer
Importers. getImporter()
Gets default excel importerstatic Importer
Importers. getImporter(String type)
Gets importer -
Uses of Importer in io.keikai.api.impl
Classes in io.keikai.api.impl that implement Importer Modifier and Type Class Description class
ImporterImpl
-
Uses of Importer in io.keikai.ui
Methods in io.keikai.ui that return Importer Modifier and Type Method Description Importer
Spreadsheet. getImporter()
Gets the importer that import the file in the specified src (Spreadsheet.getSrc()
) toBook
data model.Methods in io.keikai.ui with parameters of type Importer Modifier and Type Method Description void
Spreadsheet. setImporter(Importer importer)
-