I'm glad you mentioned this because it just came in handy for one of my reports.
Great tip!

Is it possible to put a word in bold when building the Excel spreadsheet?

Brian

Chandrasekhar Naidu Gorantla wrote:

> 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.
>
> >From: "Imam, Asim, CFCTR" <[EMAIL PROTECTED]>
> >Reply-To: "Imam, Asim, CFCTR" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Need Help Implementing...!!
> >Date: Mon, 23 Aug 1999 12:16:33 -0400
> >
> > > 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
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> ===========================================================================
> 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



--
Brian N. Burridge
Lead Internet Analyst
Cox Target Media Corporate Web Sites
Internet Technology Services
(727) 399-3000 Ext 3515
[EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to