I am facing a weird issue with an excel export. I am exporting my products to excel using cfspreadsheet.
<cfspreadsheet action="write" filename="#theFile#"
overwrite="true"
query="DownloadProducts">
When I open excel, the columns with values 28D
and 28F
are replaced by just numbers like 28
and 29
. The D and F alphabets are lost.
I did a cfdump and the values are correct there:
Any help is appreciated. Thank you.