Skip to content

inexuscore/export-to-excel-sample

Repository files navigation

Export data to Excel with ASP.NET Core

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.

Excel export sample

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