Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Which can I use to export data to pdf or excel?

Reply
Thread Tools

Which can I use to export data to pdf or excel?

 
 
babu
Guest
Posts: n/a
 
      08-01-2007
Hello ALL
I am currently doing a JSP/Servlet program which requires to export
data to pdf or excel. My programming environment is eclipse & tomcat
server. As far as I know to export data to excel or pdf Jasper report
or B.I.R.T. are available. But I am not familiar with Jasper report or
B.I.R.T. Which one is more flexible & easier to use and coding. Please
inform me. I will be more pleased if anyone give useful link about
them.

Thanks
Babu

 
Reply With Quote
 
 
 
 
betternash@gmail.com
Guest
Posts: n/a
 
      08-01-2007
On Aug 1, 1:16 pm, babu <nasif4...@gmail.com> wrote:
> Hello ALL
> I am currently doing a JSP/Servlet program which requires to export
> data to pdf or excel. My programming environment is eclipse & tomcat
> server. As far as I know to export data to excel or pdf Jasper report
> or B.I.R.T. are available. But I am not familiar with Jasper report or
> B.I.R.T. Which one is more flexible & easier to use and coding. Please
> inform me. I will be more pleased if anyone give useful link about
> them.
>
> Thanks
> Babu


hi can i join in your group????

 
Reply With Quote
 
 
 
 
Jack
Guest
Posts: n/a
 
      08-01-2007
Hi ,

I just did this last week.

I used Apache POI for EXCEL within a servlet. This was the first time
I generated Excel via a servlet and it was surprisingly simple.

I generated XML and used XSLT to transform to FO and used apache FOP
to generate the PDF within a servlet. I have done this quite a few
times but there may be a more straight forward way to generate PDFs

Jonathan

 
Reply With Quote
 
Proton Projects - Moin
Guest
Posts: n/a
 
      08-02-2007
On Aug 2, 12:55 am, Jack <jonathan....@gmail.com> wrote:
> Hi ,
>
> I just did this last week.
>
> I used Apache POI for EXCEL within a servlet. This was the first time
> I generated Excel via a servlet and it was surprisingly simple.
>
> I generated XML and used XSLT to transform to FO and used apache FOP
> to generate the PDF within a servlet. I have done this quite a few
> times but there may be a more straight forward way to generate PDFs
>
> Jonathan


Hi,

You can try to use the simple csv format and that can be opened from
excel.

Other wise you can try jexcel api (open source) to create the excel
reports

Moin

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Export to PDF with google maps + msacces export Maarten Porters Ruby 1 07-28-2008 01:45 PM
Postscript to PDF with pdf-tools, pdf-writer, or other Sean Nakasone Ruby 1 04-14-2008 09:13 PM
PDF::Writer, create pdf and insert in other pdf file. Ricardo Pog Ruby 1 03-26-2008 08:24 PM
ReportViewer export to PDF = PDF[1]. Richard Coltrane ASP .Net 1 02-25-2007 11:46 PM
Re: Export data to PDF from .NET? Marco Scheel ASP .Net 0 07-18-2003 10:52 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57