Class JROdsExporter

All Implemented Interfaces:
Exporter<ExporterInput,OdsReportConfiguration,OdsExporterConfiguration,OutputStreamExporterOutput>

Exports a JasperReports document to Open Document Spreadsheet format. It has character output type and exports the document to a grid-based layout.

The JROdsExporter exporter implementation produces documents that comply with the Open Document Format for Office Applications specifications for spreadsheets. These documents use the .ods file extension.

Because spreadsheet documents are made of sheets containing cells, this exporter is a grid exporter, as well, therefore having the known limitations of grid exporters.

Special exporter configuration settings, that can be applied to a JROdsExporter instance to control its behavior, can be found in OdsReportConfiguration and in its XlsReportConfiguration superclass.

Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also: