CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nathan_sizemore

Search: Search took 0.09 seconds.

  1. Re: Reading from Excel File Visual C++ 2010 Express Edition

    Thanks for the replies Igor, very helpful.
  2. Re: Reading from Excel File Visual C++ 2010 Express Edition

    I'm too close to turn back now ;) Only have to figure out how to select a certain 'Sheet' and everything else should work fine.
  3. Re: Reading from Excel File Visual C++ 2010 Express Edition

    Yeah, I noticed that after I downloaded the working source code and compiled. I've never gotten this detailed with C++ before (Assigning variant classes, include SQL DB stuff) and am trying to hack...
  4. Re: Reading from Excel File Visual C++ 2010 Express Edition

    ADO seems to have what I need. Any idea on what I am missing to include or namespace I should be using to resolve these erros?
  5. Compile Error

    Thanks for the point to ADO. I am trying to compile a sample that I found online, but I am missing something to include/import/namespace, something. I just don't know exactly what I am missing?
    I...
  6. Reading from Excel File Visual C++ 2010 Express Edition

    Hello all,
    I am wanting to make a program that reads from an excel file and then writes that data to a csv file. I am aware I can do this through Excel and VBA, but this is not the best approach...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured