One approach is to use the JSP page to output the data as tab delimited and
set the content-type
to application/vnd.ms-excel

<%@ page contentType="application/vnd.ms-excel"%>
1       2       3       4       5

Dave Bolt
ATSC/SPAWAR ASAT Team
Bolt's Law of Bandwidth - There is always plenty of network bandwidth, just
none for you.


-----Original Message-----
From: Lorena Carlo [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 3:03 PM
To: [EMAIL PROTECTED]
Subject: How can I export data to EXCEL usign JSP


Hello all,

Does anybody know how can I export data from arrays to and EXCEL file using
JSP?

Thanks in advance

Lorena

===========================================================================
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