Hi,
I have the query results and try to dump it into csv or txt file but have troubled with data because lot of stuffs from description field. Excel is the only solution but when i click on the excel link and click OK button, i got this message below
"the file you are trying to open, excelReport.xls is in a different format than specified by the file extension ......"
After clicking on Yes the file opens properly, but i don't want this msg to appear.
i have MX Excel 10 and coldusion 7, is there the way to get rid of message?
<cfcontent type="application/msexcel">
<cfheader name="Content-Disposition" value="filename=BrightIdea.xls">
<cfloop query="variables.qReport">
....
</cfloop>
Thanks