ExcelProvider 2.1.0

dotnet add package ExcelProvider --version 2.1.0
NuGet\Install-Package ExcelProvider -Version 2.1.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="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelProvider --version 2.1.0
#r "nuget: ExcelProvider, 2.1.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=2.1.0

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

ExcelProvider NuGet Status

Overview

This library is for the .NET platform implementing a read-only Excel type provider. <a href="http://fsprojects.github.io/ExcelProvider" target="_blank">Documentation available here.</a>

Building

  • Windows: Run ./build.cmd -t Build (see build.fsx for more options to pass in as arguments after -t)
  • Requires dotnet core 6.0.421 or higher 6.0 level sdk to be installed.
  • See DEVGUIDE.md for more information

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.1.0 58 5/15/2024
2.1.0-rc2 75 5/8/2024
2.1.0-rc1 97 5/8/2024
2.0.0 24,490 9/4/2021
2.0.0-rc3 264 9/1/2021
2.0.0-rc2 263 8/24/2021
2.0.0-rc1 275 8/22/2021
1.0.1 38,573 9/14/2018
1.0.0 1,130 9/14/2018
0.9.1 1,074 9/12/2018
0.8.2 31,649 5/16/2017
0.8.1 8,974 2/2/2017
0.8.0 12,558 6/14/2016
0.7.0 9,520 1/20/2016
0.6.0 1,260 1/19/2016
0.5.0 1,277 1/9/2016
0.3.3 1,267 1/9/2016
0.3.2 1,256 1/9/2016
0.3.1 1,248 1/9/2016
0.3.0 1,289 1/9/2016
0.2.4 1,202 1/9/2016
0.2.3 1,250 1/9/2016
0.2.2 1,196 1/9/2016
0.2.1 1,271 1/9/2016
0.2.0 1,212 1/9/2016
0.1.2 20,394 9/12/2014
0.1.1 1,350 7/24/2014
0.1.0 1,531 3/20/2014
0.0.1-alpha 1,148 2/26/2014

Fix issue #77. No longer defaults to first sheet in workbook when the requested sheet name does not exist.