Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Commented Issue: EPPlus on mono [13096]

$
0
0
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...
but there is a quick fix to make the lib work now on mono.

in ExcelPackage.cs replacing all
_package.Close();
with:
_package.Flush();
Will make the lib work on mono since there is a prob with close method, it internally calls dispose that actually removes the mem stream too..

that is quick fix... I hope someone finds it useful.
Comments: Thanks Otto, I did a pull request in Github (it is very simple, you just need an account at Github, the hard work was finding out where and what to edit as you did). Hopefully it can make it into the next release.

Viewing all articles
Browse latest Browse all 2262

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>