Jasper Report export to xls (RTL)

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.

marzieh.beiraghdar's picture
Joined: Feb 2 2015 - 2:27am
Last seen: 6 years 11 months ago

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 .

rn.chotu.177 - 2 years 1 month ago

0 Answers:

No answers yet
Feedback