An implementation of ICsvParser and ICsvSerializer from CsvHelper that reads and writes using the ClosedXml library.
Info
| Version: | 27.2.1 |
| Author(s): | Chris Young |
| Last Update: | Friday, January 7, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/youngcm2/CsvHelper.Excel |
| NuGet Url: | https://www.nuget.org/packages/CsvHelper.Excel.Core |
Install
Install-Package CsvHelper.Excel.Core
dotnet add package CsvHelper.Excel.Core
paket add CsvHelper.Excel.Core
CsvHelper.Excel.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- ClosedXML(>= 0.95.4)
- CsvHelper(>= 22.1.1)
- DocumentFormat.OpenXml(>= 2.12.1)
Tags