Package | Description |
---|---|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.importer | |
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
Modifier and Type | Method and Description |
---|---|
SImporter |
ImporterImpl.getNative() |
Constructor and Description |
---|
ImporterImpl(SImporter importer) |
Modifier and Type | Class and Description |
---|---|
class |
XlsxImporter
An excel xlsx importer
|
Modifier and Type | Method and Description |
---|---|
SImporter |
SImporterFactory.createImporter()
Create an importer
|
static 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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExcelImporter
Contains common importing behavior for both XLSX and XLS.
|
class |
AbstractImporter |
class |
ExcelImportAdapter |
class |
ExcelXlsImporter |
class |
ExcelXlsxImporter
Specific importing behavior for XLSX.
|
Modifier and Type | Method and Description |
---|---|
SImporter |
TestImporterFactory.createImporter() |
SImporter |
ExcelImportFactory.createImporter() |
Modifier and Type | Method and Description |
---|---|
SImporter |
Spreadsheet.getSImporter()
Deprecated.
since 3.0.0 , use
Spreadsheet.getImporter() |
Modifier and Type | Method and Description |
---|---|
void |
Spreadsheet.setSImporter(SImporter importer)
Deprecated.
since 3.0.0 , use
Spreadsheet.setImporter(Importer) |
Copyright © 2020. All rights reserved.