Uses of Interface
net.sf.jasperreports.export.XlsReportConfiguration
-
Packages that use XlsReportConfiguration 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.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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 XlsReportConfiguration in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export with type parameters of type XlsReportConfiguration 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.Methods in net.sf.jasperreports.engine.export with parameters of type XlsReportConfiguration Modifier and Type Method Description protected void
ExcelAbstractExporter. updateHeaderFooter(JRXlsAbstractExporter.SheetInfo.SheetPrintSettings printSettings, XlsReportConfiguration configuration)
protected void
ExcelAbstractExporter. updatePrintSettings(JRXlsAbstractExporter.SheetInfo.SheetPrintSettings printSettings, XlsReportConfiguration configuration)
-
Uses of XlsReportConfiguration in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type XlsReportConfiguration Modifier and Type Method Description void
XlsxFontHelper. setConfiguration(XlsReportConfiguration configuration)
void
XlsxStyleHelper. setConfiguration(XlsReportConfiguration configuration)
Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type XlsReportConfiguration Constructor Description XlsxSheetHelper(JasperReportsContext jasperReportsContext, Writer writer, XlsxSheetRelsHelper sheetRelsHelper, XlsReportConfiguration configuration)
-
Uses of XlsReportConfiguration in net.sf.jasperreports.export
Subinterfaces of XlsReportConfiguration in net.sf.jasperreports.export Modifier and Type Interface Description interface
OdsReportConfiguration
Interface containing settings used by the ODS exporter.interface
XlsMetadataReportConfiguration
Interface containing settings used by the Excel metadata exporters.interface
XlsxMetadataReportConfiguration
Interface containing settings used by the XLSX metadata exporters.interface
XlsxReportConfiguration
Interface containing settings used by the XLSX exporter.Classes in net.sf.jasperreports.export that implement XlsReportConfiguration Modifier and Type Class Description class
AbstractXlsReportConfiguration
class
SimpleOdsReportConfiguration
class
SimpleXlsMetadataReportConfiguration
class
SimpleXlsReportConfiguration
class
SimpleXlsxMetadataReportConfiguration
class
SimpleXlsxReportConfiguration
-
Uses of XlsReportConfiguration in net.sf.jasperreports.j2ee.servlets
Methods in net.sf.jasperreports.j2ee.servlets that return types with arguments of type XlsReportConfiguration Modifier and Type Method Description protected abstract JRXlsAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,JRXlsExporterContext>
AbstractXlsServlet. getXlsExporter()
-
Uses of XlsReportConfiguration in net.sf.jasperreports.jakarta.servlets
Methods in net.sf.jasperreports.jakarta.servlets that return types with arguments of type XlsReportConfiguration Modifier and Type Method Description protected abstract JRXlsAbstractExporter<XlsReportConfiguration,XlsExporterConfiguration,JRXlsExporterContext>
AbstractXlsServlet. getXlsExporter()
-
Uses of XlsReportConfiguration in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export that return types with arguments of type XlsReportConfiguration Modifier and Type Method Description protected Class<XlsReportConfiguration>
JRXlsExporter. getItemConfigurationInterface()
-