House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home / Groups / ColdFusion Talk (CF-Talk)

Excel output formatting??

Author:
Dae
10/18/2007 08:13 PM

Is there any way to set the field type in excel when outputting to it using coldfusion? I ask this because when I have a number that has leading zeros, they get dropped when output in excel. As an example lets say  I have a table with name, id number.  The ID numbers have leading zeros such as 0003732.  When I output the web in a table, I get: Name                        ID John Doe                0003732 When I output to excel I get: Name                        ID John Doe                3732 Thanks!!!


Mailing Lists