Hi Folks, I am using a cfcontent tag to output a query to an excel worksheet. I works fine, but I would like to format the column headings bold. Is it also possible to dictate the column widths?
My code is shown below. <cfcontent type="application/x-msexcel">Org ID Date Last Mod Title URL <cfoutput query="filespec_dates">#org_id# #DateFormat(last_mod, 'mm/dd/yyyy')# #title# #url# </cfoutput> Once again thanks for any help you can provide. I am truly not worthy...;-) Scot VanAlstine ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:754 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
