ExcelProvider 0.3.3
See the version list below for details.
dotnet add package ExcelProvider --version 0.3.3
NuGet\Install-Package ExcelProvider -Version 0.3.3
<PackageReference Include="ExcelProvider" Version="0.3.3" />
paket add ExcelProvider --version 0.3.3
#r "nuget: ExcelProvider, 0.3.3"
// Install ExcelProvider as a Cake Addin #addin nuget:?package=ExcelProvider&version=0.3.3 // Install ExcelProvider as a Cake Tool #tool nuget:?package=ExcelProvider&version=0.3.3
This library is for the .NET platform implementing a Excel type provider.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 1,665 | 9/12/2024 |
2.1.0 | 3,452 | 5/15/2024 |
2.1.0-rc2 | 110 | 5/8/2024 |
2.1.0-rc1 | 140 | 5/8/2024 |
2.0.0 | 32,531 | 9/4/2021 |
2.0.0-rc3 | 293 | 9/1/2021 |
2.0.0-rc2 | 296 | 8/24/2021 |
2.0.0-rc1 | 307 | 8/22/2021 |
1.0.1 | 39,805 | 9/14/2018 |
1.0.0 | 1,168 | 9/14/2018 |
0.9.1 | 1,114 | 9/12/2018 |
0.8.2 | 31,787 | 5/16/2017 |
0.8.1 | 9,022 | 2/2/2017 |
0.8.0 | 13,912 | 6/14/2016 |
0.7.0 | 10,163 | 1/20/2016 |
0.6.0 | 1,298 | 1/19/2016 |
0.5.0 | 1,311 | 1/9/2016 |
0.3.3 | 1,302 | 1/9/2016 |
0.3.2 | 1,292 | 1/9/2016 |
0.3.1 | 1,285 | 1/9/2016 |
0.3.0 | 1,331 | 1/9/2016 |
0.2.4 | 1,235 | 1/9/2016 |
0.2.3 | 1,289 | 1/9/2016 |
0.2.2 | 1,229 | 1/9/2016 |
0.2.1 | 1,306 | 1/9/2016 |
0.2.0 | 1,244 | 1/9/2016 |
0.1.2 | 20,436 | 9/12/2014 |
0.1.1 | 1,383 | 7/24/2014 |
0.1.0 | 1,575 | 3/20/2014 |
0.0.1-alpha | 1,184 | 2/26/2014 |
Using ProjectScaffold infrastructure
Allow range parameter to take a sheet name - https://github.com/fsprojects/ExcelProvider/pull/18
BUGFIX: Case insensitive ends with on EndsWith - https://github.com/fsprojects/ExcelProvider/pull/21
Added unique property name generator for duplicated columns - https://github.com/fsprojects/ExcelProvider/pull/13
Added support to multiline column names - https://github.com/fsprojects/ExcelProvider/pull/20
Fixing handling of blank cells. Blank cells are treated as the default value for the inferred column type.
Upgrading to the latest version of the ExcelDataReader library (2.1.2.3)
Include nuget package dependencies