RE: Dump to Excel from CF 5

2010-08-26 Thread UXB Internet
>> I've tried using various iterations of and but >> nothing is changing. I'm only getting a display in the web browser. IE browsers very often tend to open excel files in the browser window instead of forcing a download to disk. You may need to add the application/unknown to the content type

Re: Dump to Excel from CF 5

2010-08-23 Thread Drew Nathanson
Eric, Here is what I used with CF5 and it worked well for me. This forced the page to be an excel sheet. Be sure to have this in a frame or window and you will not see the rest of the your page when done. Best, Drew Nathanson >Yes, you read that right. CF FIVE. That's what Govt work wil

Re: Dump to Excel from CF 5

2010-08-23 Thread Rick Root
Assuming you are outputing HTML tables for your excel file, just use this code: Or, if your code outputs the HTML document to a file, just add the file="" attribute to cfcontent Remember, in the cfheader tag, the "filename" part of the value simply tells the browser what to name the file by

RE: Dump to Excel from CF 5

2010-08-23 Thread Mark A. Kruger
Grant [mailto:mgr...@modus.bz] Sent: Monday, August 23, 2010 11:26 AM To: cf-talk Subject: Re: Dump to Excel from CF 5 It's been a while since I've used IE much but I *think* if you refresh using "CTRL+R" it refreshes and clears cache for that page. On Mon, Aug 23, 2010

Re: Dump to Excel from CF 5

2010-08-23 Thread Michael Grant
pe: markakruger > www.cfwebtools.com > www.coldfusionmuse.com > www.necfug.com > > > > -Original Message- > From: Eric J. Ehlers [mailto:ericjehl...@gmail.com] > Sent: Monday, August 23, 2010 10:47 AM > To: cf-talk > Subject: Dump to Excel from CF 5 &g

RE: Dump to Excel from CF 5

2010-08-23 Thread Mark A. Kruger
, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Eric J. Ehlers [mailto:ericjehl...@gmail.com] Sent: Monday, August 23, 2010 10:47 AM To: cf-talk Subject: Dump to Excel from CF 5 Yes, you read that right. CF

Re: Dump to Excel from CF 5

2010-08-23 Thread John M Bliss
http://cflib.org/udf/Query2Excel On Mon, Aug 23, 2010 at 10:46 AM, Eric J. Ehlers wrote: > > Yes, you read that right. CF FIVE. That's what Govt work will get you. > > I'm not used to developing in ColdFusion, so nuances are easily escaping > me. > > > I've tried using various iterations of and

Re: Dump to Excel from CF 5

2010-08-23 Thread Won Lee
On Mon, Aug 23, 2010 at 11:46 AM, Eric J. Ehlers wrote: > > Yes, you read that right. CF FIVE. That's what Govt work will get you. > > I'm not used to developing in ColdFusion, so nuances are easily escaping > me. > > > I've tried using various iterations of and but > nothing is changing. I'm o

Dump to Excel from CF 5

2010-08-23 Thread Eric J. Ehlers
Yes, you read that right. CF FIVE. That's what Govt work will get you. I'm not used to developing in ColdFusion, so nuances are easily escaping me. I've tried using various iterations of and but nothing is changing. I'm only getting a display in the web browser. Clearly, I'm doing something