This repository holds the code sample for my blog post Export data to Excel with ASP.NET Core.
The project was created with Visual Studio 2019 Community Edition.
There's only one dependency, the ClosedXML NuGet package.
Clone the repository:
https://github.com/inexuscore/export-to-excel-sample
Run the project using Visual Studio or the dotnet-cli
:
dotnet run
© 2021 Armin Zia