Hi, I am a newbie to coldfusion. I have a code that has to write some data to an excel sheet. Below is the code snippet for it.
<CFHEADER NAME="Content-Disposition" VALUE="attachment; FILENAME=test.xls"> <CFCONTENT TYPE="application/msexcel"> <cftable query = "sql" startRow = "1" colSpacing = "3" colheaders> What happens is, when the excel opens up, data is printed from A34581 and not A1. Can any please help me with this as it is very urgent. Thanks much in advance karth ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325414 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

