View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Hurford Peter Hurford is offline
external usenet poster
 
Posts: 4
Default Loading a spreadsheet from memory

I have a program which has an xsl file sitting in a blob of memory.

I want to use the Excel object model to load up the blob, and to read
the rows/columns etc.

Is there any way to do this *without* having to save my blob to a file
on the hdd first? I would like to keep everything in memory if
possible, since once the blob has been processed, it is discarded.

TIA,
Pete