EPPlus.DataExtractor
2.2.0
EPPlus extension, targeting .netstandard2.0, that make easier to extract POCO from excel tables.
Install-Package EPPlus.DataExtractor -Version 2.2.0
dotnet add package EPPlus.DataExtractor --version 2.2.0
<PackageReference Include="EPPlus.DataExtractor" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EPPlus.DataExtractor --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Breaking change on v2.2.0:
WithCollectionProperty accepting ICollection as the expression property for the model are now obsolete. If your collection property does not fit any of the other overloads (it is not a List<T>, HashSet<T> or Collection<T>), ensure that the property is already initialized and use the method WithInitializedCollectionProperty instead.
Dependencies
-
.NETFramework 4.0
- EPPlus (>= 4.5.2.1)
-
.NETFramework 4.5
- EPPlus (>= 4.5.2.1)
-
.NETStandard 2.0
- EPPlus (>= 4.5.2.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 25,822 | 11/3/2019 |
2.1.0 | 323 | 10/26/2019 |
2.0.2 | 19,757 | 1/1/2019 |
2.0.1 | 8,189 | 7/30/2018 |
2.0.0 | 4,040 | 6/11/2018 |
2.0.0-alpha0003 | 382 | 6/8/2018 |
2.0.0-alpha0002 | 529 | 3/26/2018 |
2.0.0-alpha0001 | 418 | 3/14/2018 |
1.3.2 | 7,294 | 1/9/2018 |
1.3.1 | 7,693 | 4/17/2017 |
1.2.1 | 740 | 3/30/2017 |
1.2.0 | 433 | 3/30/2017 |
1.2.0-beta0001 | 445 | 3/29/2017 |
1.1.0 | 543 | 3/13/2017 |
1.0.0 | 539 | 3/5/2017 |