• 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 Csv export : remove title and footer and remove wrap text

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am generating reports in pdf,excel,csv,text format in Tabular form through common jrxml file. But facing 2 problems:

1. In pdf,excel file, data is wrapped in the cell but it is also coming wrapped in the text,csv file.
I want it to be in one line.
for e.g.
instead of : Client Client it should be in csv,text file as: Client Data, Client Name
Data Name

2. I do not want title and report footer in csv and text outputs. But want them in pdf and excel reports.
Can this be done with single jrxml file with one time compilation?

thanks in advance.
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sak and welcome to Javaranch!

Unfortunately I'm no expert in this area, but I'm pretty sure we've had Q's like this in the past. Have you tried searching this forum for similar questions?
 
reply
    Bookmark Topic Watch Topic
  • New Topic