public class JasperXLSOutputGenerator extends JasperOutputGeneratorImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
static java.lang.String |
XLS_EXPORT_FORMAT_PROPERTY |
| Constructor and Description |
|---|
JasperXLSOutputGenerator(HookHandlerService hookHandler,
ConfigService configService) |
| Modifier and Type | Method and Description |
|---|---|
CompiledRSJasperReport |
exportReport(JasperPrint jasperPrint,
java.lang.String outputFormat,
JasperReport report,
User user,
ReportExecutionConfig... configs) |
CompiledReport |
getFormatInfo()
Returns an empty
CompiledReport object to specify the type of report
that is generated by this generator. |
java.lang.String[] |
getFormats() |
adjustDesign, getConfig, hasConfig, isCatchAllpublic static final java.lang.String CONFIG_FILE
public static final java.lang.String XLS_EXPORT_FORMAT_PROPERTY
public JasperXLSOutputGenerator(HookHandlerService hookHandler, ConfigService configService)
public java.lang.String[] getFormats()
public CompiledRSJasperReport exportReport(JasperPrint jasperPrint, java.lang.String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs)
public CompiledReport getFormatInfo()
ReportOutputGeneratorCompiledReport object to specify the type of report
that is generated by this generator.