Using Excel-Interop in .net, is it possible to open a file from memory instead of from file system? I've been able to open from HTTP and NFS - but memory is ideal for my needs.
I'm using the method:
new Application().Workbooks.Open(fileName)
Using Excel-Interop in .net, is it possible to open a file from memory instead of from file system? I've been able to open from HTTP and NFS - but memory is ideal for my needs. I'm using the method:
|
||||
|