Npoi.Mapper 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Npoi.Mapper --version 2.1.1
NuGet\Install-Package Npoi.Mapper -Version 2.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Npoi.Mapper" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Npoi.Mapper --version 2.1.1
#r "nuget: Npoi.Mapper, 2.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Npoi.Mapper as a Cake Addin
#addin nuget:?package=Npoi.Mapper&version=2.1.1

// Install Npoi.Mapper as a Cake Tool
#tool nuget:?package=Npoi.Mapper&version=2.1.1

Convention based mapper between strong typed object and Excel data via NPOI.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on Npoi.Mapper:

Package Downloads
AgentHub.Shared

Package Description

AgentHub.Service.Sale.Application.Contracts

Package Description

AgentHub.Service.Product.Application.Contracts

Package Description

AgentHub.Service.Warehouse.Application.Contracts

Package Description

AgentHub.Service.Client.Application.Contracts

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Npoi.Mapper:

Repository Stars
Planshit/Tai
👻 在Windows上统计软件使用时长和网站浏览时长
Planshit/ProjectEye
😎 一个基于20-20-20规则的用眼休息提醒Windows软件
Version Downloads Last updated
6.2.1 33,882 11/5/2023
6.2.0 5,427 10/22/2023
6.1.0 23,009 9/17/2023
6.0.0 63,640 6/17/2023
4.1.0 541,116 6/3/2022
4.0.0 5,020 5/29/2022
3.5.1 1,011,818 9/26/2020
3.5.0 150,777 7/11/2020
3.4.1 36,987 6/20/2020
3.4.0 229,266 12/28/2019
3.3.0 212,341 12/22/2018
3.2.0 43,538 12/21/2017
3.1.1 1,601 12/18/2017
3.1.0 3,255 11/24/2017
3.0.2 3,863 10/21/2017
3.0.1 10,565 2/26/2017
3.0.0 2,386 2/1/2017
2.1.1 2,072 1/7/2017

* Fixed: UseFormat does not support for nullable types when data in first row is null.
* Fixed: Added a overload method for Map to map a property by a string.