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. -
-
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 classExcelAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>classJRXlsAbstractExporter<RC extends XlsReportConfiguration,C extends XlsExporterConfiguration,E extends JRExporterContext>Superclass for the Excel exporters.Methods in net.sf.jasperreports.engine.export that return types with arguments of type XlsExporterConfiguration Modifier and Type Method Description protected java.lang.Class<XlsExporterConfiguration>JRXlsExporter. getConfigurationInterface() -
Uses of XlsExporterConfiguration in net.sf.jasperreports.export
Subinterfaces of XlsExporterConfiguration in net.sf.jasperreports.export Modifier and Type Interface Description interfaceOdsExporterConfigurationInterface containing settings used by the ODS exporter.interfaceXlsMetadataExporterConfigurationInterface containing settings used by the Excel metadata exporters.interfaceXlsxExporterConfigurationInterface containing settings used by the XLSX exporter.interfaceXlsxMetadataExporterConfigurationInterface containing settings used by the XLSX metadata exporters.Classes in net.sf.jasperreports.export that implement XlsExporterConfiguration Modifier and Type Class Description classAbstractXlsExporterConfigurationclassSimpleOdsExporterConfigurationclassSimpleXlsExporterConfigurationclassSimpleXlsMetadataExporterConfigurationclassSimpleXlsxExporterConfigurationclassSimpleXlsxMetadataExporterConfiguration -
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()
-