gayamgn Posted April 20, 2010 Share Posted April 20, 2010 Hi,Am using JRXLSXExporter class to export XLSX format.am able to get the data but not the Graph / Image.Please help if any one have solution for the same. Let me know if i need to set any parameter?? Code:JRXlsxExporter exporterxlsx = new JRXlsxExporter();File outputFilexlsx = new File(System.getProperty("user.dir") +"/WebContent/reports/sample.xlsx");File parentFilexlsx = outputFile.getParentFile();if (parentFilexlsx != null)parentFilexlsx.mkdirs();FileOutputStream fosxlsx = new FileOutputStream(outputFilexlsx); exporterxlsx.setParameter(JRExporterParameter.JASPER_PRINT, jp);exporterxlsx.setParameter(JRExporterParameter.OUTPUT_STREAM, fosxlsx);exporterxlsx.exportReport(); Link to comment Share on other sites More sharing options...
gayamgn Posted April 22, 2010 Author Share Posted April 22, 2010 Hi, Is der any solution to this issue? I have found it in the bug list. Is it resolved? Appreciate your help. Link to comment Share on other sites More sharing options...
lucianc Posted April 27, 2010 Share Posted April 27, 2010 Bug 4692 is still open.Regards,Lucian Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now