0

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

M.Beta
  • 27
  • 1
  • 8

1 Answers1

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