View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Stefani[_2_] Stefani[_2_] is offline
external usenet poster
 
Posts: 10
Default Open XML string in Excel using C#

For this particular application and in this situation, we do not want to
write a temp file to the client's desktop. That's why I'd like to find a
way to create a workbook in memory and populate with the XML string.

Thanks,

Stefani



"Fredrik Wahlgren" wrote in message
...


Why not? Create a temporary file which you open from Excel and then delete
the file.

7Fredrik




"Stefani" wrote in message
...
Fredrik,

I don't have that option. I need to open the XML string in memory in

Excel
then give User option to save.

Any ideas?

Thanks,

Stefani