RE: Excel download

2005-07-12 Thread MATHOT Jacques
{ e.printStackTrace(); } -Original Message- From: Senthilrajan VS [mailto:[EMAIL PROTECTED] Sent: 12 July 2005 09:28 To: Struts Users Mailing List Subject: Re: Excel download Hi, I know this POI project well, thanks for your code. But my need is to download the

Re: Excel download

2005-07-12 Thread Lionel
Senthilrajan VS wrote: > Hi all, > > Is there any way in struts to download the page (view part) in Excel > format. in your jsp, put: <[EMAIL PROTECTED] contentType="application/vnd.ms-excel"%> - To unsubscribe, e-mail: [EMAIL

Re: Excel download

2005-07-12 Thread Senthilrajan VS
;Struts Users Mailing List'" Sent: Tuesday, July 12, 2005 12:44 PM Subject: RE: Excel download > Hello all, > I agree, look at POI. It worked perfectly for me for upload and download. I > put hereunder an example of code for download to an excel file. > Regards, > Ja

RE: Excel download

2005-07-12 Thread MATHOT Jacques
to:[EMAIL PROTECTED] Sent: 12 July 2005 09:12 To: Struts Users Mailing List Subject: Re: Excel download Senthilrajan VS wrote: >Hi all, > >Is there any way in struts to download the page (view part) in Excel >format. > >Thanks & Regards, >SenthilRajan VS > > Tak

Re: Excel download

2005-07-12 Thread Borislav Sabev
Senthilrajan VS wrote: Hi all, Is there any way in struts to download the page (view part) in Excel format. Thanks & Regards, SenthilRajan VS Take a look at POI http://jakarta.apache.org/poi/ Regards Borislav - To uns