I never saw anybody respond, so here's an example I've got that works
for me:
<cfcontent type="application/msword">
<cfheader name="Content-Disposition" value="attachment;
filename=tempfile.doc">
<div style="font-size:16pt; font-face:bold;">Here's a dynamic
table</div>
<table>
        <cfloop index="i" from="1" to="5">
        <tr>
                <cfoutput>
                <td>column 1, row #i#</td>
                <td>column 2, row #i#</td>
                <td>column 3, row #i#</td>
                </cfoutput>
        </tr>
        </cfloop>
</table>

http://techfeed.net/cfQuickDocs/?cfcontent
http://techfeed.net/cfQuickDocs/?cfheader 

> -----Original Message-----
> From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 08, 2006 7:56 AM
> To: CF-Talk
> Subject: dynamic ms-word files
> 
> Like we have htmldoc, is there a way to dynamically generate 
> word files with content supplied by coldfusion?
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234667
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to