Search code examples
c#epplusmemorystream

Does Epplus package require to write to a file?


Does epplus package requires to write to a file right away? or can it generate a memoerystream as an output?


Solution

  • It doesn't generate a stream. It writes to a stream. That stream can be a FileStream, MemoryStream, or any other stream.