Read excel data programaticaly in C/C++

T

Tom Ogilvy

here is a possible place to start:
http://support.microsoft.com/default.aspx?scid=kb;en-us;196776&Product=xlw

http://support.microsoft.com/default.aspx?scid=kb;en-us;238972&Product=xlw

assumes you want to automate excel. If you want to treat the workbook as a
database and use something like ADO, then that would be different.

If you meant C++ .Net then there are other articles for that

in any event, you might check out the Microsoft knowledge base:

http://support.microsoft.com go to advanced search, select your product
and search on Excel or something similar.
 
W

William Mischel

How can i do this ?
Can someone point me to a small piece of sample code ?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top