Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 714 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 714 Bytes

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