Export EXCEL from coldfusion script data issue in the column

Discussion in 'Programming' started by ravisankar, May 5, 2008.

  1. #1
    Hi,
    I am able to export into EXCEL from the coldfusion stuff, But i am getting problem when the data contains like 9E124 after export into excel it is showing like 9.00+124.

    Please give me your valuable suggestion on this to resolve this issue. I need the data in EXCEL also like 9E124 instead of 9.00+124.

    Reply me as early as possible.
     
    ravisankar, May 5, 2008 IP
  2. katherine

    katherine Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi

    I don't think u can do this, since you have to manually change it in excel sheet by selecting those cells > right click > Format Cells > 'Number' Tab > Text.

    Or if you don't mind this one extra character, just put ' before the text which is displayed as scientific number. Eg.
    <td>'9E124</td>
    Code (markup):
    I think this would be OK for you.

    And don't forget to say thanks if you liked my opinion.

    :)
     
    katherine, May 10, 2008 IP
  3. apmsolutions

    apmsolutions Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    apmsolutions, May 10, 2008 IP