Does epplus package requires to write to a file right away? or can it generate a memoerystream as an output?
Asked
Active
Viewed 88 times
0
-
Have you taken a look at this answer? http://stackoverflow.com/a/14048542/275643 – Jason Towne Jul 11 '16 at 18:56
1 Answers
0
It doesn't generate a stream. It writes to a stream. That stream can be a FileStream
, MemoryStream
, or any other stream.

Scott Hannen
- 27,588
- 3
- 45
- 62