View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim[_30_] Tim[_30_] is offline
external usenet poster
 
Posts: 1
Default How to read data from xls files?

I'm writing an external app in VC++, and i need to parse
xls files. For example i need to open worksheet, find a
column with specific name and read data from it row by row.

Also i need to create xls files so Excel can open them.

Is there any xls file format specification/diagram/model?

Thanks in advance