RE: Excel File Download using JSP

2003-07-22 Thread Kartik Money
: Excel File Download using JSP I think we should move the FAQ all onto the wikiThen you wouldn't have to plan. On 7/21/03 4:38 PM, Danny Mui [EMAIL PROTECTED] wrote: Oh, I also plan to add this to the FAQ sometime soon. If you hit open it will fail in IE. Put a, response.reset() somewhere

Re: Excel File Download using JSP

2003-07-21 Thread Danny Mui
I don't see where the output is written to the servlet stream so excel is not receiving the file poi created. wb.write(response.getOutputStream()); would probably give you what you're looking for. Andrew Riggin wrote: I searched through the entire mailing list looking for an answer to my

Re: Excel File Download using JSP

2003-07-21 Thread Andrew Riggin
Dan, Your code worked!! Thank you. Andrew From: Danny Mui [EMAIL PROTECTED] Reply-To: POI Users List [EMAIL PROTECTED] To: POI Users List [EMAIL PROTECTED] Subject: Re: Excel File Download using JSP Date: Mon, 21 Jul 2003 15:14:29 -0400 I don't see where the output is written to the servlet

Re: Excel File Download using JSP

2003-07-21 Thread Danny Mui
Users List [EMAIL PROTECTED] To: POI Users List [EMAIL PROTECTED] Subject: Re: Excel File Download using JSP Date: Mon, 21 Jul 2003 15:14:29 -0400 I don't see where the output is written to the servlet stream so excel is not receiving the file poi created. wb.write(response.getOutputStream()); would

Re: Excel File Download using JSP

2003-07-21 Thread Andrew C. Oliver
and that will be fixed. Andrew Riggin wrote: Dan, Your code worked!! Thank you. Andrew From: Danny Mui [EMAIL PROTECTED] Reply-To: POI Users List [EMAIL PROTECTED] To: POI Users List [EMAIL PROTECTED] Subject: Re: Excel File Download using JSP Date: Mon, 21 Jul 2003 15:14:29

Re: Excel File Download using JSP

2003-07-21 Thread Tetsuya Kitahata
-1 I won't translate the wiki page FAQ. Sincerely, -- Tetsuya ([EMAIL PROTECTED]) -- AIM# tkitahata - On Mon, 21 Jul 2003 22:45:44 -0400 (Subject: Re: Excel File Download using JSP) Andrew C. Oliver [EMAIL PROTECTED] wrote