Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
Modifier and Type | Method and Description |
---|---|
static Importer |
Importers.getImporter()
Gets default excel importer
|
static Importer |
Importers.getImporter(String type)
Gets importer
|
Modifier and Type | Class and Description |
---|---|
class |
ImporterImpl |
Modifier and Type | Method and Description |
---|---|
Importer |
Spreadsheet.getImporter()
Gets the importer that import the file in the specified src (
Spreadsheet.getSrc() ) to Book data model. |
Modifier and Type | Method and Description |
---|---|
void |
Spreadsheet.setImporter(Importer importer)
Sets the importer for import the book data model from a specified src.
|
Copyright © 2020. All rights reserved.