CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: excel output

  1. #1
    Join Date
    Sep 2002
    Posts
    1

    Question excel output

    i am getting asp output as excel sheet.But if value in cell is 0102030 it shows only 102030 what to do???

  2. #2
    Join Date
    Jul 2002
    Location
    Don't Know, Don't Care
    Posts
    346

    simple

    in excel, format the cell properties as text. By the definition of numbers in excel, preceding zero's are truncated. good luck.

    C G C F A D--Feel the Noise

    "When your life goes nowhere and leads back to me, doesn't that tell you something?"
    ~Gray Area Fury

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured