Hi,
I have to read an Excel file (suppose its name is C:\pippo.xls) with Visual C++, but I don't know how to do this. For example if I have to read the item in the second column and the third row of pippo.xls what code I could write?
Thanks
Can you convert the file to CSV format? It would make life simpler.
Alternatively you have to look at the Office API libraries which may or may not come with your version of Visual Studio. I've seen them in the Help but I've never used them.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.