Uses of Interface
io.keikai.range.SExporter
-
Packages that use SExporter Package Description io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.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. -
-
Uses of SExporter in io.keikai.api.impl
Constructors in io.keikai.api.impl with parameters of type SExporter Constructor Description ExporterImpl(SExporter exporter)
-
Uses of SExporter in io.keikai.model.impl.html
Classes in io.keikai.model.impl.html that implement SExporter Modifier and Type Class Description class
HtmlExporter
Implementation ofXExporter
interface that converts Excel data modelio.keikai.model.sys.SBook
into a PDF format written to aOutputStream
Methods in io.keikai.model.impl.html that return SExporter Modifier and Type Method Description SExporter
HtmlExporterFactory. createExporter()
-
Uses of SExporter in io.keikai.model.impl.pdf
Classes in io.keikai.model.impl.pdf that implement SExporter Modifier and Type Class Description class
PdfExporter
Implementation ofExporter
interface that converts Excel data modelio.keikai.model.Book
into a PDF format written to aOutputStream
Methods in io.keikai.model.impl.pdf that return SExporter Modifier and Type Method Description SExporter
PdfExporterFactory. createExporter()
-
Uses of SExporter in io.keikai.range
Methods in io.keikai.range that return SExporter Modifier and Type Method Description SExporter
SExporterFactory. createExporter()
Create an exporterstatic SExporter
SExporters. getExporter()
Gets the default exporter, which is excel xlsx formatstatic SExporter
SExporters. getExporter(String name)
Gets the registered exporter by name -
Uses of SExporter in io.keikai.range.impl.imexp
Classes in io.keikai.range.impl.imexp that implement SExporter Modifier and Type Class Description class
AbstractExcelExporter
Common exporting behavior for both XLSX and XLS.class
AbstractExporter
Defines common behaviors for an exporter.class
ExcelXlsExporter
class
ExcelXlsxExporter
Methods in io.keikai.range.impl.imexp that return SExporter Modifier and Type Method Description SExporter
ExcelExportFactory. createExporter()
-