View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default How to read an excel file whitout opening Excel or instancing Exce

Depends on what you are trying to get out of the file. Give this link a look.
It might get you started...

http://www.erlandsendata.no/english/...nvbadacwbdbado
--
HTH...

Jim Thomlinson


"GAC.Me.Up.baby" wrote:

Hello,

I need from c# to open a excel file from our server and read the data in it
WHITOUT opening excel or instancing excel object(so i dont want to have excel
in memory at all).

How can i acheive that ?????

thanks