All Questions
2 questions
0
votes
0
answers
995
views
EPPlus:Cannot access a closed Stream when copy existing excel worksheet
I'm currently using EPPlus and right now I'm trying to copy existing worksheet from an excel file and add the copied worksheet to another excel file. But then, Ive encounter this error:
Full Stack ...
3
votes
1
answer
5k
views
EPPlus cannot access a closed Stream
Why does EPPlus throw System.ObjectDisposedException: Cannot access a closed Stream. after writing to a MemoryStream and seeking to position zero in an ASP.NET MVC application?
public ...