The easiest thing to do is dynamically create a csv and serve it using a
mimetype of

"text/cvs" or application/excel

A cvs file looks like this

name,age,email
JustinMacCarthy,180,[EMAIL PROTECTED]
"bob o'brien",13,[EMAIL PROTECTED]

The " bob o'brien " is in quote's due to the single quote in the name.

Uses can open this in excel etc..

Justin

> -----Original Message-----
> From: Kannaiyan P [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 5:56 PM
> To: JRun-Talk
> Subject: Java/Excel
>
>
> Hi
>   I m using jrun4. i have question for you you know the
> finance.yahoo.com .
> if you open any ticker for company you can see the daily stock
> value of the
> particular company based on period. at same time if you want to
> download the
> information you can download the data using excel file. so when
> user access
> my web site i want to give option to download the data
> dynamically. i don't
> know how to do that . i m using java , jsp, oracle database.
> please if any
> body know the solution or code please share the information . that would
> very helpful for me
>
> Thanks
> Kans
>
>
>
>
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to