Hi,

You can show the result in an excel file with tab delemited format.  Change
the content type to excel, Use the following syntax:

 res.setContentType("application/vnd.ms-excel");//("Text/Html");

Everything else will be same.  I tested the same, and working perfect.

Yours
Chandrasekhar Naidu
Sr. Software Engineer,
Oasys Technologies
Bangalore, India.






----- Original Message -----
From: Imam, Asim, CFCTR <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 23, 1999 9:46 PM
Subject: Need Help Implementing...!!


> > Hi,
> >
> > I need some guidance....
> >
> > I am building a very simple web based query tool which can return
hundreds
> > of rows...but I dont want to send hundreds of rows to clients...I want
to
> > implement something like what the search engines do to break the results
> > in (10's 20's or based on user selection)  per page. How would I do this
> > using jsp/servlets? Also  is it possible to output/generate the results
> > into an Excel file and send it to the user??? if not excel, just a
> > delimited text file??
> >
> > Tx,
> > Asim Imam
> > Application Developer
> > @AT&T Tax Systems Group
> >
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JSP-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
> For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to