JanKallman / EPPlus

Create advanced Excel spreadsheets using .NET
3.75k stars 1.17k forks source link

Added async method one ExcelPackage #590

Open bhugot opened 4 years ago

bhugot commented 4 years ago

Related to #283 I added async methods on ExcelPackage to fix errors with streams in aspnetcore 3.1 There are many other class to change but this is a first step.

Maybe instead of an empty constructor for ExcelPackage we should use a factory that could create instance asynchronously. This would be a breaking change.