Thread: Read Excel File from Windows Program

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    1

    Read Excel File from Windows Program

    Hello,


    new member here...
    i would like to know how to open an Excel file and read the contents. an any one giv a list of APIs to accomplish this?

    im attempting to write a windows program in VC++ 6, without using MFC.

    please provide any URLs or Online Manuals where i can find more info on this..

    regards

    baburaj

  2. #2
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065
    Have to do this myself (need to write an Excel file). What I'm planning to do is to download the Source for Open Office and browse around until I find the correct library, then lift their code. . . or at least their concepts. But, maybe you and I will get lucky and someone else will know the layout of the files .

  3. #3
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    This thread may be of some help to you.

    http://cboard.cprogramming.com/showt...ighlight=excel

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple File Read Program...
    By PowerHouse in forum C Programming
    Replies: 9
    Last Post: 10-07-2008, 11:30 PM
  2. Totally confused on assigment using linked lists
    By Uchihanokonoha in forum C++ Programming
    Replies: 8
    Last Post: 01-05-2008, 04:49 PM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM
  5. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM