Jump to content
We've recently updated our Privacy Statement, available here ×

Multiple .xls file from a single .jrxml


kgp.sanjib

Recommended Posts

Beacaue of some limitaion of .xls row and excel sheet i want to design a .jrxml which generate me multiple .xls file (each .xls file contain 10 sheets and each sheets contain 65536 rows)for  a minimum time interval in a location for a single export from jasper studio. This requirement for a large dataset about 10000000+ data .please give a proper solution.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Using xlsx will increase the number of max rows but it's still will be less than the number of rows you're trying to process.

You'll have to divide the datasource and execute the report generation multiple times. Create a parameter to pass to something like a "LIMIT" clause in SQL statement to specify rows to process.

If you need to have it export with just one execution, you'll have to develop your own xls exporter. Following page may provide some information that may help when developing your exporter.

http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/export/package-summary.html#package_description

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...