You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by bindu mahadev <bi...@yahoo.com> on 2003/02/23 02:55:01 UTC

opening excel in browser

Need help opening excel file from JSP page.
I am able to write/read excel file, but how to open it
in the browser.I tried  setting the Content-Type to
("application/msexcel").But still unable to get the
excel file on the browser.

How can i use HSSF for this?

Bindu

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Re: opening excel in browser

Posted by Avik Sengupta <av...@apache.org>.
You CAN you poi for dispalying in a browser using an applet, but you
dont WANT to !:)
Check your browser documentation. 

Btw, your content type is incorrect. 

On Sun, 2003-02-23 at 07:25, bindu mahadev wrote:
> Need help opening excel file from JSP page.
> I am able to write/read excel file, but how to open it
> in the browser.I tried  setting the Content-Type to
> ("application/msexcel").But still unable to get the
> excel file on the browser.
> 
> How can i use HSSF for this?
> 
> Bindu
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-user-help@jakarta.apache.org
>