View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
al al is offline
external usenet poster
 
Posts: 363
Default Open an excel from a .NET stream

Hi

I need to process an Excel work book which will be provided to me in the
form of a memorystream. Is there any way I can open this workbook using the
Excel API or do I need to first write the stream to file and then open with
the API?

Thanks in advance

Al