Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I'm trying to run a job which uses the tJasperServerExec component and which I would like to export the report to Excel, but this doesn't seem to work. PDF and rtf for example are no problem, but when using xls I get this error:
Exception in thread "main" java.lang.NoSuchMethodError: jxl.WorkbookSettings.setUseTemporaryFileDuringWrite(Z)V
at net.sf.jasperreports.engine.export.JExcelApiExporter.openWorkbook(JExcelApiExporter.java:283)
at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.exportReportToStream(JRXlsAbstractExporter.java:596)
at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.exportReport(JRXlsAbstractExporter.java:377)
at post.requestjob_0_1.RequestJob.tOracleInput_1Process(RequestJob.java:1613)
at post.requestjob_0_1.RequestJob.runJobInTOS(RequestJob.java:7407)
at post.requestjob_0_1.RequestJob.main(RequestJob.java:7108)
My studio is 5.6.2, calling a JRS 6.1.1 Commercial.
Any ideas anyone?
Thanks a lot