Hi,
I have to generate large (250.000 rows and more) Excel files. It works well, but when I Dispose() The ExcelPackage at the end the memory isn't released. I checked my code and I can't find a "stray" reference or somthing alse that would stop the GC to work.. A call to GC.Collect() doesn't free the memory either .. Does anybody else have this issue? Is there something I am forgetting?
Thanks for your help in advance!!
Comments: Good news: This issue seems to be solved in V4!!!!!
I have to generate large (250.000 rows and more) Excel files. It works well, but when I Dispose() The ExcelPackage at the end the memory isn't released. I checked my code and I can't find a "stray" reference or somthing alse that would stop the GC to work.. A call to GC.Collect() doesn't free the memory either .. Does anybody else have this issue? Is there something I am forgetting?
Thanks for your help in advance!!
Comments: Good news: This issue seems to be solved in V4!!!!!