Uses of Class
io.keikai.range.ExportOptions
Packages that use ExportOptions
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Internal Range API classes.
-
Uses of ExportOptions in io.keikai.api
Methods in io.keikai.api with parameters of type ExportOptionsModifier and TypeMethodDescriptiondefault voidExporter.export(Book book, OutputStream fos, ExportOptions options) Export a book applying the givenExportOptions(KEIKAI-832). -
Uses of ExportOptions in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type ExportOptionsModifier and TypeMethodDescriptionvoidExporterImpl.export(Book book, OutputStream fos, ExportOptions options) -
Uses of ExportOptions in io.keikai.range
Fields in io.keikai.range declared as ExportOptionsModifier and TypeFieldDescriptionstatic final ExportOptionsExportOptions.DEFAULTShared immutable-by-convention default (full fidelity).Methods in io.keikai.range that return ExportOptionsModifier and TypeMethodDescriptionExportOptions.cellTransform(ExportOptions.CellTransform transform) Sets a per-cell transform for arbitrary, app-defined export rules that the declarative options cannot express (e.g.ExportOptions.formulaPolicy(ExportOptions.FormulaPolicy policy) Sets the global policy for every formula cell.ExportOptions.skipComments(boolean skip) Whentrue, cell comments (notes) are not exported.ExportOptions.skipHyperlinks(boolean skip) Whentrue, cell hyperlinks are not exported.Methods in io.keikai.range with parameters of type ExportOptionsModifier and TypeMethodDescriptiondefault voidSExporter.export(SBook book, File file, ExportOptions options) Export a book to a file applying the givenExportOptions.default voidSExporter.export(SBook book, OutputStream fos, ExportOptions options) Export a book applying the givenExportOptions(KEIKAI-832).