Jump to content
We've recently updated our Privacy Statement, available here ×

eloh

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by eloh

  1. Hi all, I add the following code to see if it works, but I get the exception: JExcelApiExporter exporter = new JExcelApiExporter(); exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint); exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, file.toString() + ".xls"); exporter.setParameter(JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET, Boolean.TRUE); exporter.exportReport(); //I also try to use JExcelApiExporterParameter, but I still get the exception //exporter.setParameter(JExcelApiExporterParameter.JASPER_PRINT, jasperPrint); //exporter.setParameter(JExcelApiExporterParameter.OUTPUT_FILE_NAME,file.toString()); //exporter.exportReport(); Here is the exception: java.lang.NoSuchFieldError: IHDR at com.keypoint.PngEncoderB.writeHeader(PngEncoderB.java:260) at com.keypoint.PngEncoderB.pngEncode(PngEncoderB.java:185) at com.keypoint.PngEncoderB.pngEncode(PngEncoderB.java:208) at net.sf.jasperreports.engine.export.JExcelApiExporter.loadImageDataFromAWTImage(JExcelApiExporter.java:620) at net.sf.jasperreports.engine.export.JExcelApiExporter.exportImage(JExcelApiExporter.java:595) at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.exportPage(JRXlsAbstractExporter.java:356) at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.exportReportToStream(JRXlsAbstractExporter.java:246) at net.sf.jasperreports.engine.export.JRXlsAbstractExporter.exportReport(JRXlsAbstractExporter.java:154) Would you mind to help me out. Thanks in advance. Eva
  2. Hi, We are using Jasper report v1.1.1 and we encounter a problem of corrupted html table. pdf file looks okay but not in html file. We call (JRHtmlSaveContributor.save) to save the report in html format. Would you mind to help us out ? Any patch for this issue ? Thank you, eva
×
×
  • Create New...