CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 1999
    Location
    Hyderabad, India
    Posts
    4

    Calling Excel from C program

    How do I use EXCEL to draw a bar graph from a C program

    Thanks In Advance
    Satya


  2. #2
    Join Date
    Jan 2012
    Posts
    1

    Re: Calling Excel from C program

    Hi,

    Can we write a C program to get a particular column values from an EXCEL file and use them as input for another file.
    Eg: I want to retrieve all the values of the 3rd column of an excel file and then use that value for searching in another text file and finally replacing it with "xyz".

    Thanks,
    Faez

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Calling Excel from C program

    It's been almost 13 years. I'm guessing this isn't a problem any more.

    This may be a new record.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Calling Excel from C program

    Quote Originally Posted by faezshingeri View Post
    ... I want to retrieve all the values of the 3rd column of an excel file and then use that value for searching in another text file and finally replacing it with "xyz".
    There is no any "column" in "excel file". There may and may not be "the 3rd column" in some of the sheets of the excel book though.
    Victor Nijegorodov

  5. #5
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Calling Excel from C program

    Quote Originally Posted by GCDEF View Post
    It's been almost 13 years. I'm guessing this isn't a problem any more.

    This may be a new record.
    We need to start a contest for the oldest message revived inappropriately.

    The 13 years of this one might very well be a winner.

    Mike

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