Info
Version: | 1.0.2.89-beta |
Author(s): | c.kosyanov |
Last Update: | Thursday, February 1, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ConstKosyanov/XLOC-Excel-to-Object-Converter |
NuGet Url: | https://www.nuget.org/packages/CKxlsxLib |
Install
Install-Package CKxlsxLib
dotnet add package CKxlsxLib
paket add CKxlsxLib
CKxlsxLib Download (Unzip the "nupkg" after downloading)
Dependencies
- DocumentFormat.OpenXml(>= 2.8.1)
Tags
History:
1.0.2.82
Fixed bug #14
1.0.2.81
Small refactory
1.0.2.7
Public:
- Removed IxlCompatible interface because of its excess;
- Added two new types: SheetIdentifier, XLOCSheet;
- Implemented conversion with grouping by Sheet Identifier;
Internal:
- Reference on document moved into configuration;
1.0.2.65
Bug fixing
1.0.2.5
Implemented autoskip headers rows
1.0.2.1
Added skip first rows mode
1.0.2
Renamed project
Added Guid supporting
Common refractoring
1.0.1.7
Fixed bug when empty cell converts to default datetime value
1.0.1.4
Added OnCellReadingError event, that provides debug information about cells
1.0.1
OnValidationFailure has CKxlsxLibEventArgs type, that including
missing fields as List.