CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    56

    How to read an XLS File??

    How can I read an excel file? I know the names inserted in the first row. Additional there are four pages. Can anyone help me??
    Zhanks a lot Long


  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265

    Re: How to read an XLS File??

    Try http://www.wotsit.org for the .XLS file format.

    "A society without religion is like a crazed psychopath without a loaded .45"

  3. #3
    Join Date
    Jun 2001
    Location
    Switzerland
    Posts
    4,443

    Re: How to read an XLS File??

    See the COMEXCEL sample in msdn. It will give you a clue on how to interact with excel from a c++ program. HTH,

    Gabriel.
    _
    Forever trusting who we are
    And nothing else matters
    - Metallica
    _
    Gabriel, CodeGuru moderator

    Forever trusting who we are
    And nothing else matters
    - Metallica

    Learn about the advantages of std::vector.

  4. #4
    Join Date
    Apr 2001
    Location
    france
    Posts
    5

    Re: How to read an XLS File??

    thank you for your previous help,
    but, can you give us sample code to use theses technics?
    in fact, i't's quite easy to write a basic code to read/write xls files, but i guess optimization code is too hard for me.
    so if you have ideas, it would be great for us.


    M


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