Uses of Interface
net.sf.jasperreports.export.XlsExporterConfiguration
-
Packages that use XlsExporterConfiguration 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 configurationsnet.sf.jasperreports.j2ee.servlets Provides support for built-in JasperReports servlets.net.sf.jasperreports.jakarta.servlets Provides support for built-in JasperReports servlets.net.sf.jasperreports.poi.export -
-
Uses of XlsExporterConfiguration in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export with type parameters of type XlsExporterConfiguration Modifier and Type Class Description class
ExcelAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>
class
JRXlsAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>
Superclass for the Excel exporters. -
Uses of XlsExporterConfiguration in net.sf.jasperreports.export
Subinterfaces of XlsExporterConfiguration in net.sf.jasperreports.export Modifier and Type Interface Description 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.interface
XlsxMetadataExporterConfiguration
Interface containing settings used by the XLSX metadata exporters.Classes in net.sf.jasperreports.export that implement XlsExporterConfiguration Modifier and Type Class Description class
AbstractXlsExporterConfiguration
class
SimpleOdsExporterConfiguration
class
SimpleXlsExporterConfiguration
class
SimpleXlsMetadataExporterConfiguration
class
SimpleXlsxExporterConfiguration
class
SimpleXlsxMetadataExporterConfiguration
-
Uses of XlsExporterConfiguration in net.sf.jasperreports.j2ee.servlets
Methods in net.sf.jasperreports.j2ee.servlets that return types with arguments of type XlsExporterConfiguration Modifier and Type Method Description protected abstract JRXlsAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,JRXlsExporterContext>
AbstractXlsServlet. getXlsExporter()
-
Uses of XlsExporterConfiguration in net.sf.jasperreports.jakarta.servlets
Methods in net.sf.jasperreports.jakarta.servlets that return types with arguments of type XlsExporterConfiguration Modifier and Type Method Description protected abstract JRXlsAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,JRXlsExporterContext>
AbstractXlsServlet. getXlsExporter()
-
Uses of XlsExporterConfiguration in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export that return types with arguments of type XlsExporterConfiguration Modifier and Type Method Description protected Class<XlsExporterConfiguration>
JRXlsExporter. getConfigurationInterface()
-