marzieh.beiraghdar Posted February 7, 2015 Share Posted February 7, 2015 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[/code]I tried another way too:exporter = new JRXlsxExporter();exporter.setExporterOutput(new SimpleOutputStreamExporterOutput(out));SimpleXlsReportConfiguration configuration = new SimpleXlsReportConfiguration();configuration.setSheetDirection(RunDirectionEnum.RTL);exporter.setConfiguration(configuration);[/code]None of the above solutions are working. Please,somebody help me out. Link to comment Share on other sites More sharing options...
rn.chotu.177 Posted February 11, 2021 Share Posted February 11, 2021 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 . 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