View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sriram Sriram is offline
external usenet poster
 
Posts: 50
Default OLEDB on x64 2.0 framework

Hi,

I am looking for a way to read excel files on Windows XP x64 using .net 2.0
framework. Is there a way I can achieve the same? (I do not want to use
create instance of excel to read the data in it.)

The work-around is to re-compile my app to run on 32-bit only, but I might
preferably avoid that.

Thanks