If you want to create a true Word or Excel file you will need to use a
Java-COM bridge.

fribeiro

----- Original Message -----
From: "LEBARON Christian FTRD/DMI/SOP" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 15, 2000 4:30 AM
Subject: Re: JSP/HTML to Word/Excel


You can set the content-type to the appropriate mime type as said below, but
try to send the data in plain HTML, Word or Excel also understand this
format.

Best regards


-----Message d'origine-----
De : Visweshwar Ghanakota [mailto:[EMAIL PROTECTED]]
Envoyé : jeudi 15 juin 2000 06:02
À : [EMAIL PROTECTED]
Objet : Re: JSP/HTML to Word/Excel


set the content type to appropriate mime type(for ex.
application/vnd.ms-excel for excel,application/msword for word) and then
send the data in a format understandable by that application(for ex. csv for
excel) then browser will automatically start the application for you.

vishu

> Any input will be great.
> Thanks
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to