Re: cf and excel - freeze panes

2002-12-16 Thread Samuel R. Neff
At 12:19 PM 12/16/2002, you wrote: >When creating an excel spreadsheet with coldfusion, is there a way to >create what 'freeze panes' in excel does to lock the headers? > >thanks, >seth It's a part of the workbook's Windows property, in VBA you can access it like this: ThisWorkbook.Windows(1).F

cf and excel - freeze panes

2002-12-16 Thread Turetsky, Seth
When creating an excel spreadsheet with coldfusion, is there a way to create what 'freeze panes' in excel does to lock the headers? thanks, seth This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information. No confidentialit

RE: CF and Excel

2001-10-24 Thread Costas Piliotis
www.cfcomet.com has some really good examples of using Excel as a datasource. -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 1:19 PM To: CF-Talk Subject: Re: CF and Excel fairly low tech approach but I have set up an access database that

RE: CF and Excel

2001-10-23 Thread Carlisle, Eric
Have you looked here? http://www.cfcomet.com EC -Original Message- From: Scott Mulholland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 5:19 PM To: CF-Talk Subject: CF and Excel Is there a way to read in an Excel worksheet into a cf app, possibly through com

Re: CF and Excel

2001-10-23 Thread Eric Dawson
Dawson From: Scott Mulholland <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: CF and Excel Date: Wed, 17 Oct 2001 17:18:40 -0400 Is there a way to read in an Excel worksheet into a cf app, possibly through com, without using excel as the datasou

CF and Excel

2001-10-21 Thread Scott Mulholland
Is there a way to read in an Excel worksheet into a cf app, possibly through com, without using excel as the datasource? Thanks, Scott ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.

Re: CF and Excel

2001-06-22 Thread Dave Hannum
TED]> Sent: Thursday, June 21, 2001 7:50 PM Subject: CF and Excel > Hello, i've been tasked with taking data out of a SQL database and inserting > it into an excel spread sheet. I went to CFComet and read through their > instructions and ran their sample code, but i cannot get it t

RE: CF and Excel

2001-06-21 Thread David Shadovitz
David, You got that error because Excel is not registered on your server. Assuming that Excel is in fact installed on your server, you can register it by following the directions at http://www.cfcomet.com/cfcomet/Other/index.cfm?ArticleID=32381637-0922-41CA- BBE305C2D66A7025#2. Note that t

CF and Excel

2001-06-21 Thread David Baskin
Hello, i've been tasked with taking data out of a SQL database and inserting it into an excel spread sheet. I went to CFComet and read through their instructions and ran their sample code, but i cannot get it to work. I get the following error: Error Diagnostic Information Error trying to create

Cf and excel

2001-01-25 Thread John Anderson
Hello all I have a requirement for reporting to go to excel. The excel part is no problem. The problem lies in that the client wants headers, footers and logos to print on every page of the report. I have found good information on the comet http://www.cfcomet.com/cfcomet/ site but has anyone ac