| 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 |
|---|---|
SExporter |
SExporterFactory.createExporter()
Create an exporter
|
static SExporter |
SExporters.getExporter()
Gets the default exporter, which is excel xlsx format
|
static SExporter |
SExporters.getExporter(String name)
Gets the registered exporter by name
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExcelExporter
Common exporting behavior for both XLSX and XLS.
|
class |
AbstractExporter
Defines common behaviors for an exporter.
|
class |
ExcelXlsExporter |
class |
ExcelXlsxExporter |
| Modifier and Type | Method and Description |
|---|---|
SExporter |
ExcelExportFactory.createExporter() |
Copyright © 2019. All rights reserved.