Info
Version: | 1.2.2 |
Author(s): | Kendall Bennett |
Last Update: | Wednesday, August 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kendallb/ExcelHelper |
NuGet Url: | https://www.nuget.org/packages/AMain.ExcelHelper |
Install
Install-Package AMain.ExcelHelper
dotnet add package AMain.ExcelHelper
paket add AMain.ExcelHelper
AMain.ExcelHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- ClosedXML.Signed(>= 0.95.3)
- DocumentFormat.OpenXml(>= 2.11.3)
- ExcelDataReader(>= 3.6.0)
- ExcelNumberFormat(>= 1.0.10)
Tags
Extremely fast, flexible, and easy to use. The primary purpose of this library is to support reading Excel files into Plain Old C# Objects (POCO's) with a high performance parser for converting the records from Excel intil C# objects. Supports reading and writing of custom class objects. Supports reading Excel files in all formats including the newer OpenXML formats as well as the older binary BIFF8 and BIFF5 formats using the awesome ExcelDataReader project.
Supports writing XML files only in the OpenXML format using the awesome ClosedXML library.