CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Posts
    2

    Visual C++ and Excel

    Hey all-

    I'm a C programmer used to a Unix system just learning how to
    use Visual C++, so my question is probably really simple:

    How do I read in an excel table into my C++ code?

    To be a little more specific suppose I have a 10 by 10 table of real numbers, is there a straitforward way to reading those 100 numbers into my code?

    thanks,

    matt

  2. #2
    Join Date
    Jun 2002
    Location
    Germany
    Posts
    50
    Hi There,

    The following link takes you to a site explaining reading Excel sheets from .NET. The example given is in C#, it should be very straight forward to convert this to C++ if that is what you need.

    http://www.c-sharpcorner.com/winforms/ExcelReadMG.asp

    Good luck,

    Kevin

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