Npoi.Mapper
3.0.0
See the version list below for details.
dotnet add package Npoi.Mapper --version 3.0.0
NuGet\Install-Package Npoi.Mapper -Version 3.0.0
<PackageReference Include="Npoi.Mapper" Version="3.0.0" />
paket add Npoi.Mapper --version 3.0.0
#r "nuget: Npoi.Mapper, 3.0.0"
// Install Npoi.Mapper as a Cake Addin #addin nuget:?package=Npoi.Mapper&version=3.0.0 // Install Npoi.Mapper as a Cake Tool #tool nuget:?package=Npoi.Mapper&version=3.0.0
Convention-based mapper between strong typed object and Excel data via NPOI.
Product | Versions 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. |
-
.NETFramework 4.5.1
- NETStandard.Library (>= 1.6.0)
- NPOI (>= 2.2.1)
NuGet packages (23)
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.Identity.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 | 243,876 | 11/5/2023 |
6.2.0 | 6,998 | 10/22/2023 |
6.1.0 | 43,375 | 9/17/2023 |
6.0.0 | 125,203 | 6/17/2023 |
4.1.0 | 681,816 | 6/3/2022 |
4.0.0 | 9,426 | 5/29/2022 |
3.5.1 | 1,140,883 | 9/26/2020 |
3.5.0 | 173,628 | 7/11/2020 |
3.4.1 | 40,296 | 6/20/2020 |
3.4.0 | 323,365 | 12/28/2019 |
3.3.0 | 231,420 | 12/22/2018 |
3.2.0 | 49,856 | 12/21/2017 |
3.1.1 | 1,673 | 12/18/2017 |
3.1.0 | 3,338 | 11/24/2017 |
3.0.2 | 3,983 | 10/21/2017 |
3.0.1 | 11,623 | 2/26/2017 |
3.0.0 | 2,494 | 2/1/2017 |
2.1.1 | 2,171 | 1/7/2017 |
v3.0
New feature: Use Take<dynamic> so you don't even need a predefined type to import data, mapper will do it for you.
Breaking change: Removed support for BuiltinFormat, please use CustomFormat only.
Breaking change: Removed support for IColumnResolver, instead use overloads of Map method to specify custom resolvers.