We use that texhnique to good effect in some statistical reporting apps we've written. We have the page render itself in HTML and CFFILE out the table portion of it. The HTML page in the meantime provides a link to the raw table data via a cfcontent container that throws the appropriate mime types out so as to invoke excel.
-----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 04 February 2003 15:28 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] Suggestions in fact it appears that by saving the HTML, Excel can in fact import the data......cracking, but is this advisable... -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 04 February 2003 15:26 To: '[EMAIL PROTECTED]' Subject: [ cf-dev ] Suggestions OK, I need suggestions.......(on CF45). I have a report which is being generated via a CT which calls the DB and then builds the HTML table - 2.5K rows (and modifies some data results via CFML), I now need to get the table as an end-result (i.e. variables changed depending on values/parameters) into either an Excel or Text file..... I am at a roadblock as far as the next step.. Anyone got the best idea/approach to this before I simply leave and get drunk..... N -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
