View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
raghav[_2_] raghav[_2_] is offline
external usenet poster
 
Posts: 2
Default Reading Excel File in VC++

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