Package | Description |
---|---|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.model.impl.html |
The exporter that convert Keikai Spreadsheet to HTML.
|
io.keikai.model.impl.pdf |
The exporter that convert Keikai Spreadsheet to PDF.
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Constructor and Description |
---|
ExporterImpl(SExporter exporter) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlExporter
Implementation of
XExporter interface that converts Excel data
model io.keikai.model.sys.SBook into a PDF format written to a OutputStream |
Modifier and Type | Method and Description |
---|---|
SExporter |
HtmlExporterFactory.createExporter() |
Modifier and Type | Class and Description |
---|---|
class |
PdfExporter
Implementation of
Exporter interface that converts Excel data
model io.keikai.model.Book into a PDF format written to a
OutputStream |
Modifier and Type | Method and Description |
---|---|
SExporter |
PdfExporterFactory.createExporter() |
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 © 2020. All rights reserved.