Uses of Interface
io.keikai.range.SExporter
Packages that use SExporter
Package
Description
Keikai Spreadsheet API implementation classes, internal use only
The exporter that convert Keikai Spreadsheet to HTML.
The exporter that convert Keikai Spreadsheet to PDF.
Keikai Spreadsheet Internal Range API classes.
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 -
Uses of SExporter in io.keikai.model.impl.html
Classes in io.keikai.model.impl.html that implement SExporterModifier and TypeClassDescriptionclassHTML exporter using the Rustaxyra-sheets-htmlcrate.Methods in io.keikai.model.impl.html that return SExporter -
Uses of SExporter in io.keikai.model.impl.pdf
Classes in io.keikai.model.impl.pdf that implement SExporterModifier and TypeClassDescriptionclassDeprecated.classPDF exporter using the Rust rendering engine.Methods in io.keikai.model.impl.pdf that return SExporter -
Uses of SExporter in io.keikai.range
Methods in io.keikai.range that return SExporterModifier and TypeMethodDescriptionSExporterFactory.createExporter()Create an exporterstatic final SExporterSExporters.getExporter()Gets the default exporter, which is excel xlsx formatstatic final SExporterSExporters.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 SExporterModifier and TypeClassDescriptionclassDefines common behaviors for an exporter.Methods in io.keikai.range.impl.imexp that return SExporter
RustPdfExporterdirectly, or obtain it viaPdfExporterFactory.createExporter().