ExcelProvider 0.3.0
See the version list below for details.
dotnet add package ExcelProvider --version 0.3.0
NuGet\Install-Package ExcelProvider -Version 0.3.0
<PackageReference Include="ExcelProvider" Version="0.3.0" />
paket add ExcelProvider --version 0.3.0
#r "nuget: ExcelProvider, 0.3.0"
// Install ExcelProvider as a Cake Addin #addin nuget:?package=ExcelProvider&version=0.3.0 // Install ExcelProvider as a Cake Tool #tool nuget:?package=ExcelProvider&version=0.3.0
This library is for the .NET platform implementing a Excel type provider.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ExcelDataReader
- SharpZipLib (>= 0.86.0)
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 | 4,766 | 9/12/2024 |
2.1.0 | 4,507 | 5/15/2024 |
2.1.0-rc2 | 117 | 5/8/2024 |
2.1.0-rc1 | 146 | 5/8/2024 |
2.0.0 | 33,090 | 9/4/2021 |
2.0.0-rc3 | 297 | 9/1/2021 |
2.0.0-rc2 | 300 | 8/24/2021 |
2.0.0-rc1 | 311 | 8/22/2021 |
1.0.1 | 40,067 | 9/14/2018 |
1.0.0 | 1,180 | 9/14/2018 |
0.9.1 | 1,126 | 9/12/2018 |
0.8.2 | 31,818 | 5/16/2017 |
0.8.1 | 9,033 | 2/2/2017 |
0.8.0 | 14,433 | 6/14/2016 |
0.7.0 | 10,332 | 1/20/2016 |
0.6.0 | 1,309 | 1/19/2016 |
0.5.0 | 1,322 | 1/9/2016 |
0.3.3 | 1,314 | 1/9/2016 |
0.3.2 | 1,303 | 1/9/2016 |
0.3.1 | 1,296 | 1/9/2016 |
0.3.0 | 1,343 | 1/9/2016 |
0.2.4 | 1,246 | 1/9/2016 |
0.2.3 | 1,301 | 1/9/2016 |
0.2.2 | 1,240 | 1/9/2016 |
0.2.1 | 1,318 | 1/9/2016 |
0.2.0 | 1,256 | 1/9/2016 |
0.1.2 | 20,447 | 9/12/2014 |
0.1.1 | 1,394 | 7/24/2014 |
0.1.0 | 1,594 | 3/20/2014 |
0.0.1-alpha | 1,194 | 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