Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
net.sf.jasperreports.j2ee.servlets |
Provides support for built-in JasperReports servlets.
|
Modifier and Type | Class and Description |
---|---|
class |
JRXlsAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>
Superclass for the Excel exporters.
|
Modifier and Type | Method and Description |
---|---|
protected Class<XlsExporterConfiguration> |
JRXlsExporter.getConfigurationInterface() |
Modifier and Type | Interface and Description |
---|---|
interface |
JxlExporterConfiguration
Deprecated.
To be removed.
|
interface |
JxlMetadataExporterConfiguration
Deprecated.
To be removed.
|
interface |
OdsExporterConfiguration
Interface containing settings used by the ODS exporter.
|
interface |
XlsMetadataExporterConfiguration
Interface containing settings used by the Excel metadata exporters.
|
interface |
XlsxExporterConfiguration
Interface containing settings used by the XLSX exporter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXlsExporterConfiguration |
class |
SimpleJxlExporterConfiguration
Deprecated.
To be removed.
|
class |
SimpleJxlMetadataExporterConfiguration
Deprecated.
To be removed.
|
class |
SimpleOdsExporterConfiguration |
class |
SimpleXlsExporterConfiguration |
class |
SimpleXlsMetadataExporterConfiguration |
class |
SimpleXlsxExporterConfiguration |
Modifier and Type | Method and Description |
---|---|
protected abstract JRXlsAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,JRXlsExporterContext> |
AbstractXlsServlet.getXlsExporter() |
Copyright © 2017. All rights reserved.