Jump to content
Changes to the Jaspersoft community edition download ×

Jasper Report export to xls (RTL)


marzieh.beiraghdar

Recommended Posts

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

  • 6 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic


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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...