CF5.0
I output an excel spreadsheet, which is creted with "wrapped" text. At the
moment I have to manipulate it in Excel -
Format/Style/Modify/Alignment/Wrap Text - (which isn't checked) I have to
Check, then Un-check. Which clobbers a formatted date/time column, so I have
to format THAT.
So, is there any way to specify no text wrap in this code:

<CFHEADER NAME="Content-Disposition" VALUE="inline; filename=foo.xls">
<cfcontent type="application/msexcel">
<table border=1>
        <cfoutput query="q1">
                <tr>
                <cfloop list="#q1.columnList#" index="i">
                        <td style="width:1in;">#Evaluate("q1.#i#")#</td>
                </cfloop>
                </tr>
        </cfoutput>
</table>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265614
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to