PerfectXL / PerfectXL-EPPlus

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

Add async support to ExcelPackage #17

Closed WillemJann closed 1 year ago

WillemJann commented 4 years ago

Merge https://github.com/JanKallman/EPPlus/pull/590 into our own fork. This PR adds async methods for loading and saving, and support for cancellation. It also claims to fix stream errors in aspnetcore 3.1.

Resolves #11.