CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2005
    Posts
    19

    Excel spreadsheet Import

    Good morning,

    I am using Visual C++ 2005 and I import excel file in my program. If data are characters and numbers no problem, but when it is a date I have difficult. The system read date as a number. How can I do so I can read a date like a string or like a date exactly ?


    Can you help me ?

  2. #2
    Join Date
    Apr 2004
    Posts
    102

    Re: Excel spreadsheet Import

    Maybe this can be of some help.

  3. #3
    Join Date
    Aug 2005
    Posts
    19

    Re: Excel spreadsheet Import

    It is not maybe but it is EXACTLY what i need.

    Thanks a lot

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