Info
Version: | 1.0.5 |
Author(s): | Vasily Kabanov |
Last Update: | Tuesday, January 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/v-kabanov/ExcelEi |
NuGet Url: | https://www.nuget.org/packages/ExcelEi |
Install
Install-Package ExcelEi
dotnet add package ExcelEi
paket add ExcelEi
ExcelEi Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- AutoMapper(>= 8.0.0)
- AutoMapper.Extensions.ExpressionMapping(>= 2.0.0)
- EPPlus(>= 4.5.3)
- ExcelDataReader(>= 3.4.0)
- ExcelDataReader.DataSet(>= 3.4.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- System.Collections.NonGeneric(>= 4.3.0)
- System.ComponentModel.TypeConverter(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
- System.Data.SqlClient(>= 4.4.0)
- System.Drawing.Common(>= 4.5.1)
- System.Reflection(>= 4.3.0)
- System.Security.Claims(>= 4.3.0)
- System.Security.Cryptography.Pkcs(>= 4.5.1)
- System.Text.Encoding.CodePages(>= 4.5.0)
- System.Threading.Thread(>= 4.3.0)
- System.Threading.ThreadPool(>= 4.3.0)
- System.Xml.XPath.XmlDocument(>= 4.3.0)
- System.Xml.XmlDocument(>= 4.3.0)
- log4net(>= 2.0.8)
- AutoMapper(>= 8.0.0)
- AutoMapper.Extensions.ExpressionMapping(>= 2.0.0)
- EPPlus(>= 4.5.3)
- ExcelDataReader(>= 3.4.0)
- ExcelDataReader.DataSet(>= 3.4.0)
- log4net(>= 2.0.8)
Tags
Builds on top of EPPlus, ExcelDataReader and AutoMapper, adding POCO mapping. The development goal is loose coupling between data mapping, formatting and data itself, code brevity and type safety.