M
magnus
Hi
I´m trying to export a datatable to Excel. So far I have set up a file
dump and can start Excel to read from that file.
Now, my question is this: Since I have a stream, could I convert it to
a MemoryStream, start an Excel process and instruct it to read the
memory stream instead of a filepath.
I do realize that proceses can not normally access another process
recources, but hopefully there is a way around this!
Or is there perhaps another way to do this??
Primary reason for wanting to do this, is that by opening a saved file
from Excel, will not open the Save-dialog when the user saves the file
(unless he/she presses SaveAs).
Thanks,
Magnús
I´m trying to export a datatable to Excel. So far I have set up a file
dump and can start Excel to read from that file.
Now, my question is this: Since I have a stream, could I convert it to
a MemoryStream, start an Excel process and instruct it to read the
memory stream instead of a filepath.
I do realize that proceses can not normally access another process
recources, but hopefully there is a way around this!
Or is there perhaps another way to do this??
Primary reason for wanting to do this, is that by opening a saved file
from Excel, will not open the Save-dialog when the user saves the file
(unless he/she presses SaveAs).
Thanks,
Magnús