Hi! Yes, you need to download the following and use the jar file present. http://nagoya.apache.org/poi/news/
This is the link for the 2.0 version. Use the jakarta-poi-1.5.1-final-20020615.jar jar . Put in WEB-INF/lib folder of your webapp.
Richie
At 03:31 PM 2/4/2004 +0530, you wrote:
hi,
are there any .jar files for using jakarta-poi, that need to be placed in lib folder?
thanks and regards, s.srikanth
"Jesse Alexander (KAID
11)" To: "'Struts Users
<[EMAIL PROTECTED] Mailing List'" <[EMAIL PROTECTED]>
suisse.com> cc:
Subject: RE: How to export the html table contents
02/04/2004 02:41 PM (records) to an Excel f ile.
Please respond to
"Struts Users Mailing
List"
Hi,
three choices:
- export the stuff to a CSV (comma separated value) file. Excelt usually reads that stuff perfectly - do not need any further libraries - does not support formatting of the data from the server side - use POI (<http://jakarta.apache.org/poi/>) - exports real excel-files - use OpenOffice - allows to export as excel - needs a X-Server on the server - needs special care (not all methods are thread save)
hth Alexander
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 4. Februar 2004 10:07 To: [EMAIL PROTECTED] Subject: How to export the html table contents (records) to an Excel file.
Hi,
I have webpage (.jsp) which lists out 4 to 5 records (having say 4 to 5 columns)
inside html table tag. This page, has an "Export" button, at the bottom. On
click of this button, I need to export the records (that the current page is
displaying) to an .xls (Excel format) file.
Shall be greatful if anyone can tip me on this.
Thanks, S.Srikanth
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
"To achieve all that is possible, one must attempt the impossible"

