ExcelProvider 3.0.0
dotnet add package ExcelProvider --version 3.0.0
NuGet\Install-Package ExcelProvider -Version 3.0.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="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelProvider --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ExcelProvider, 3.0.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=3.0.0 // Install ExcelProvider as a Cake Tool #tool nuget:?package=ExcelProvider&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library is for the .NET platform implementing a read-only Excel type provider. See documentation at "https://fsprojects.github.io/ExcelProvider"
Product | Versions 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.
-
.NETStandard 2.0
- ExcelDataReader (>= 3.7.0)
- ExcelDataReader.DataSet (>= 3.7.0)
- FSharp.Core (>= 6.0.7)
- System.Text.Encoding.CodePages (>= 6.0.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 | 1,660 | 9/12/2024 |
2.1.0 | 3,445 | 5/15/2024 |
2.1.0-rc2 | 110 | 5/8/2024 |
2.1.0-rc1 | 140 | 5/8/2024 |
2.0.0 | 32,530 | 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,803 | 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,907 | 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 |
Fix issue #14 and issue #41. These are breaking changes.