• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jasper: Excel report with two tabs.

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to generate an excel report with two tabs only. Actually I want to put summary section in second tab. I tried below tricks but not able to generate the desired report.

Approach 1: Set 'Ignore Pagination = true' and 'Summary on a New Page = true'
Report generated in one tab only. (Failed)

Approach 2: Set 'Ignore Pagination = false' and 'Summary on a New Page = true' and JRXlsExporterParameter.IS_ONE_PAGE_PER_SHEET = true
Report generated with more than two pages.(Failed. I only need summary section in second tab)

I will be very thankful if anyone can help me to resolve my problem.
 
reply
    Bookmark Topic Watch Topic
  • New Topic