ExcelProvider 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExcelProvider --version 0.3.0
NuGet\Install-Package ExcelProvider -Version 0.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ExcelProvider" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelProvider --version 0.3.0
#r "nuget: ExcelProvider, 0.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0 23,347 9/4/2021
2.0.0-rc3 251 9/1/2021
2.0.0-rc2 251 8/24/2021
2.0.0-rc1 262 8/22/2021
1.0.1 38,344 9/14/2018
1.0.0 1,125 9/14/2018
0.9.1 1,068 9/12/2018
0.8.2 31,634 5/16/2017
0.8.1 8,969 2/2/2017
0.8.0 12,249 6/14/2016
0.7.0 9,416 1/20/2016
0.6.0 1,255 1/19/2016
0.5.0 1,272 1/9/2016
0.3.3 1,262 1/9/2016
0.3.2 1,253 1/9/2016
0.3.1 1,244 1/9/2016
0.3.0 1,285 1/9/2016
0.2.4 1,197 1/9/2016
0.2.3 1,246 1/9/2016
0.2.2 1,192 1/9/2016
0.2.1 1,267 1/9/2016
0.2.0 1,208 1/9/2016
0.1.2 20,391 9/12/2014
0.1.1 1,344 7/24/2014
0.1.0 1,524 3/20/2014
0.0.1-alpha 1,147 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