I am trying to export excel jasper report in RTL mode.It does not appear that my report properties are working correctly. In this report I am using the below property to direct my excel sheet ti RTL.
net.sf.jasperreports.export.xlsx.sheet.direction=RTL
I tried another way too:
exporter = new JRXlsxExporter(); exporter.setExporterOutput(new SimpleOutputStreamExporterOutput(out)); SimpleXlsReportConfiguration configuration = new SimpleXlsReportConfiguration(); configuration.setSheetDirection(RunDirectionEnum.RTL); exporter.setConfiguration(configuration);
None of the above solutions are working. Please,somebody help me out.
0 Answers:
No answers yet
Hi sir , please help me when i am running the report on the jasperserver report exicuted succsessfully data more Showning properly jasperserver . when i try to downoad excel format the report is not downloading .. getting more time how to solve this issus .. i think total data is 8 crore .. Give me solution Sir .