ExcelProvider 0.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExcelProvider --version 0.3.1
NuGet\Install-Package ExcelProvider -Version 0.3.1
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.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelProvider --version 0.3.1
#r "nuget: ExcelProvider, 0.3.1"
#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.1

// Install ExcelProvider as a Cake Tool
#tool nuget:?package=ExcelProvider&version=0.3.1

This library is for the .NET platform implementing a Excel type provider.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
2.0.0 23,218 9/4/2021
2.0.0-rc3 250 9/1/2021
2.0.0-rc2 250 8/24/2021
2.0.0-rc1 261 8/22/2021
1.0.1 38,323 9/14/2018
1.0.0 1,124 9/14/2018
0.9.1 1,067 9/12/2018
0.8.2 31,633 5/16/2017
0.8.1 8,968 2/2/2017
0.8.0 12,220 6/14/2016
0.7.0 9,395 1/20/2016
0.6.0 1,254 1/19/2016
0.5.0 1,271 1/9/2016
0.3.3 1,261 1/9/2016
0.3.2 1,252 1/9/2016
0.3.1 1,243 1/9/2016
0.3.0 1,284 1/9/2016
0.2.4 1,196 1/9/2016
0.2.3 1,245 1/9/2016
0.2.2 1,191 1/9/2016
0.2.1 1,266 1/9/2016
0.2.0 1,207 1/9/2016
0.1.2 20,390 9/12/2014
0.1.1 1,343 7/24/2014
0.1.0 1,523 3/20/2014
0.0.1-alpha 1,146 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