ExcelDataRepository 1.0.5
dotnet add package ExcelDataRepository --version 1.0.5
NuGet\Install-Package ExcelDataRepository -Version 1.0.5
<PackageReference Include="ExcelDataRepository" Version="1.0.5" />
paket add ExcelDataRepository --version 1.0.5
#r "nuget: ExcelDataRepository, 1.0.5"
// Install ExcelDataRepository as a Cake Addin #addin nuget:?package=ExcelDataRepository&version=1.0.5 // Install ExcelDataRepository as a Cake Tool #tool nuget:?package=ExcelDataRepository&version=1.0.5
Excel Data repository
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- EPPlus (>= 7.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Excel Data Repository 1.0.5:
- Bug fixed: column name with empty string
Excel Data Repository 1.0.4:
- DataRepository decorator added
Excel Data Repository 1.0.3:
- Interface signature updated (IValueConverter)
Excel Data Repository 1.0.2:
- Description added (IDataFilter)
Excel Data Repository 1.0.1:
- Bugfixed: Column mapping
Excel Data Repository 1.0.0:
- Column mapping functionality in place
- Reads .xlsx file
- Initital implementation