| Package | Description |
|---|---|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| 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() |
Copyright © 2019. All rights reserved.