Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
david_sternberg #1
Html to excel (advanced)
I know how to add the following code to the top of the a .cfm file in order to
put the code in an excel format. <!--- These two lines are what put this into
an excel spread sheet format---> <CFHEADER NAME='content-disposition'
VALUE='attachment; filename=results.xls'> <!--- Set the content type of the
file.---> <CFCONTENT TYPE='text/tabdelimited'> This is the easy part. But now
I have spoiled my users and they want to split the data up into different
sheets in the .xls file. Does anyone have any idea how to do this? I've looked
everywhere but cannot determine if this can be done. Be my hero and show me a
way. Thanks Dave
david_sternberg Guest
-
Advanced HTML Editor
Hi folks, Has anyone heard if George Petrov's 'Advanced HTML Editor' will work or is going to be made compatible with DW CS3? -
Excel & html
I would like to nest excel data in a pre-configured html table (easy enough). The part I am trying to figure out is how to get the webpage data to... -
Excel/Word to HTML
I'm looking for a script that I can cron to look in a directory and parse every M$ file into a straight HTML file, regardless of it being Wird,... -
Excel to HTML
I am using Perl's Spreadsheet Module to write a nicely formatted Report. Now the customer want to convert it into "HTML" format, keeping the same... -
HTML to Excel Chart
Hi, Recently, I developed some code to export DataGrid to excel base on the html stream technology. But that one works only with worksheet cell.... -
philh #2
Re: Html to excel (advanced)
Hi Dave, You definitely have to interact with the Excel DLL to do this, or,
heaven forbid, roll your own mso:namespace stuff. I don't envy you. Someone
out there probably has some concrete examples; keep your ear to the ground.
philh Guest
-
cf_menace #3
Re: Html to excel (advanced)
If you're using CFMX, you can use java to access the Excel format using [url]http://www.d-ross.org/index.cfm?objectid=9C65ECEC-508B-E116-6F8A9F878188D7CA[/url] has code examples.
cf_menace Guest
-
david_sternberg #4
Re: Html to excel (advanced)
Thanks. I'm just going to tell them. It can't be done. I have too many other things to do that require my attention.
Dave
david_sternberg Guest



Reply With Quote

