View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default Loading a spreadsheet from memory


"Peter Hurford" wrote in message
oups.com...
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


If you want to everything to be in memory, you should use a RAM Disk. It
will appear as a hdd but it will use RAM
http://www.winsoft.sk/ramdisk.htm

/Fredrik