Silverlight file download for COM Interop
Posted
by rip
on Stack Overflow
See other posts from Stack Overflow
or by rip
Published on 2010-04-26T11:28:32Z
Indexed on
2010/04/28
6:13 UTC
Read the original article
Hit count: 391
Is the following possible in Silverlight when a button is clicked?
- An Excel template is downloaded from a remote server and saved to the local machine
- An instance of the template is then opened on the client
- A macro is then executed within the new Excel document
I can do everything apart from saving the template to the local machine. I can save this in isolated storage but then I don’t know where this is when trying to open it from the Excel COM interop code. Has anyone any ideas or is this not possible?
© Stack Overflow or respective owner