View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
William[_3_] William[_3_] is offline
external usenet poster
 
Posts: 1
Default Is it possible to load XML/SSML string into workbook without using temporary file?

Hi all,

If I already obtain/construct a XML/SSML programmatically, is it
possible to load it into the Excel workbook object using C# (e.g.,
Workbook.OpenText() or Workbook.OpenXML(), or any Open function...)

All the samples and articles I got required we save the result into a
temporary file and then using Workbook.OpenText(filepath) to open it
up with a file path. The problem is that I can't force my user to have
a temporary directory set up...

Thanks in advance for your help.
William.