Is it possible to load XML/SSML string into workbook without using temporary file?

W

William

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top