Info
Version: | 5.2.592 |
Author(s): | Michael Ganss |
Last Update: | Tuesday, July 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mganss/ExcelMapper |
NuGet Url: | https://www.nuget.org/packages/ExcelMapper |
Install
Install-Package ExcelMapper
dotnet add package ExcelMapper
paket add ExcelMapper
ExcelMapper Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.CSharp(>= 4.7.0)
- NPOI(>= 2.5.1)
- System.Text.Json(>= 5.0.1)
- Microsoft.CSharp(>= 4.7.0)
- NPOI(>= 2.5.1)
- System.Text.Json(>= 5.0.1)
Tags
Maps POCOs to and from Excel. Configuration via convention, attributes, or fluent methods.