Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
fatin amirah's user avatar
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 ...
Petrus Theron's user avatar