PerfectXL / PerfectXL-EPPlus

Our own fork of the EPPlus library
7 stars 4 forks source link

Add async support to ExcelPackage #11

Open WillemJann opened 4 years ago

WillemJann commented 4 years ago

The current EPPlus has no async methods. At least the read and save methods of an Excel package should be an async task. More info and discussion: https://github.com/JanKallman/EPPlus/issues/283#issuecomment-539098134

Fortunately, there is already a PR on the original EPPlus for async support: https://github.com/JanKallman/EPPlus/pull/590. I suggest that we test and merge this into our own fork.