Help to read from EXCEL sheet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manjuks
    New Member
    • Dec 2007
    • 72

    Help to read from EXCEL sheet

    Hi,

    Is it possible to read EXCEL sheet footer from C?
    I just want to compare EXCEL sheet footer with some string to do some action.
    Is it possible? I dont know how to read the EXCEL footer.. Can anybody help to code this.

    Thanks,
    Manjunath
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by manjuks
    Hi,

    Is it possible to read EXCEL sheet footer from C?
    I just want to compare EXCEL sheet footer with some string to do some action.
    Is it possible? I dont know how to read the EXCEL footer.. Can anybody help to code this.

    Thanks,
    Manjunath
    I think there is already a post asking for the same information posted some weeks back.
    Please do a search for this in the C++ forum

    Raghuram

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      You should use the Office SDK for things like this.

      Microsoft publishes a lot of API code for Excel.

      Comment

      Working...