Excel files/data to C program ?

  • Thread starter Thread starter tirades
  • Start date Start date
T

tirades

Can anyone guide me on how am i suppose to write in my C program t
access datas in rows/columns of data in an excel file.
have to do some analysis with these data using C/C++

thank
 
Can you further elaborate... i am new to this...
or is there any recommended books or sites to read up
esp the basics
 
tirades said:
Can you further elaborate... i am new to this...
or is there any recommended books or sites to read up
esp the basics

Sorry, that was a bit short. Allow me to elaborate. ADO is a MS data
access technology so for details see various technical on MSDN e.g.
this link should get you started (article has C++ code towards the
bottom of the page):

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnado/html/msdn_adorosest.asp

Although I'd have a stab, there aren't many 'ADO with C++' regulars in
this ng, so any specific questions may be more appropriate in
microsoft.public.vc.language or microsoft.public.data.ado.

--
 
Back
Top