View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Garfbradaz1 Garfbradaz1 is offline
external usenet poster
 
Posts: 1
Default Excel Converter Using C++

Hi Guys,

I have just started a C++ unmanaged college course and i want to write an
object to help me read into an Excel (.XLS) file, and convert it to CSV. Im
having problems knowing where to start! I have a BIGGGGG document identifying
how Excel is saved into its various componets (i.e. BIFF) and this isnt
helpful at all.

Using Visual Studios 2005, how do i identify what the rows/columns data is?
Are there any Objects already out there that i can learn from??

Any tips would be helpful!

Chars

G'Man