0

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.

Excel - Actual Result

I did a cfdump and the values are correct there:

CFDump raw query result

Any help is appreciated. Thank you.

Leigh
  • 28,765
  • 10
  • 55
  • 103
user3025605
  • 323
  • 1
  • 4
  • 15

0 Answers0