Re: Excel File Conversion

2004-08-11 Thread Rick Reumann
Viral_Thakkar wrote: Data is available on the jsp page. I need to convert this to excel file on click of a button. Is there any way in struts to do this? If it you just want the page to display as is in Excel either 1) Use Tiles or Sitemesh and make sure your content opens in the Excel layout with

Re: Excel File Conversion

2004-08-06 Thread Preeti Iyer
If the data on the JSP page is deisplayed as a table, and you want it to be displayed in an excel sheet, you can also use the display tag library. Also look at Jasper reports. On Fri, 6 Aug 2004 10:08:18 +0530, Viral_Thakkar <[EMAIL PROTECTED]> wrote: > Hi All, > > Data is available on the jsp

Re: Excel File Conversion

2004-08-06 Thread Mark Lowe
AM To: Struts Users Mailing List Subject: RE: Excel File Conversion Use Jakarta POI. regards Sanoj Antony -Original Message- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 10:08 AM To: Struts Users Mailing List Subject: Excel File Conversion Hi All, Data is

RE: Excel File Conversion

2004-08-05 Thread David Friedman
(header setting issue). -Original Message- From: Sanoj, Antony (IE10) [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 1:58 AM To: Struts Users Mailing List Subject: RE: Excel File Conversion Use Jakarta POI. regards Sanoj Antony > -Original Message- > From: Viral_T

RE: Excel File Conversion

2004-08-05 Thread Sanoj, Antony (IE10)
Use Jakarta POI. regards Sanoj Antony > -Original Message- > From: Viral_Thakkar [mailto:[EMAIL PROTECTED] > Sent: Friday, August 06, 2004 10:08 AM > To: Struts Users Mailing List > Subject: Excel File Conversion > > > Hi All, > > Data is availa

Excel File Conversion

2004-08-05 Thread Viral_Thakkar
Hi All, Data is available on the jsp page. I need to convert this to excel file on click of a button. Is there any way in struts to do this? Regards, Viral