• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

excel and jasper reports

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to create jasper reports from the excel data...
each row is to be prepared to a jasper report... hw can i? java is using...
no connection with database..
how the rows can be made to jasper reports..
the purpose is to take the printout of each row data...

please help me...
i need the code urgently....
 
Sheriff
Posts: 22821
132
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch!

rinto thomas wrote:i need the code urgently....


We are NotACodeMill; we will help you out but not provide full answers. You should also EaseUp, there is no such thing as "urgent" around here.
 
rinto thomas
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
am sorry.....
anyway may i have any suggestions to continue the task
 
Rob Spoor
Sheriff
Posts: 22821
132
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't worked with Jasper Reports before, but you can use Apache POI or JExcelAPI to read data from Excel files.
 
Ranch Hand
Posts: 754
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, read the file.

Do you know how to do it?
If you do not, search for the libraries that Rob Spoor listed above.

After that, create your Jasper Reports.
 
rinto thomas
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply..
I had read the data from excel using JExcelAPI. I want to take the print out of each excel data on different pages. For that I created jasper reports. It is also working. But now the problem is that a jasper report is opened for each data. If there are 200 rows , 200 jasper reports are opening. My doubt is whether the data can be seen in a single jasper report window but the data are to be in different pages itself. A single jasper report window but with many reports in that.

In short, how to create JasperReports multi-page report with different content?
 
What's gotten into you? Could it be this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic