ScipBe.Common.Office.Excel 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ScipBe.Common.Office.Excel --version 2.0.1
NuGet\Install-Package ScipBe.Common.Office.Excel -Version 2.0.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="ScipBe.Common.Office.Excel" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScipBe.Common.Office.Excel --version 2.0.1
#r "nuget: ScipBe.Common.Office.Excel, 2.0.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 ScipBe.Common.Office.Excel as a Cake Addin
#addin nuget:?package=ScipBe.Common.Office.Excel&version=2.0.1

// Install ScipBe.Common.Office.Excel as a Cake Tool
#tool nuget:?package=ScipBe.Common.Office.Excel&version=2.0.1

The ExcelProvider loads an Excel worksheet or CSV file and provides column definition and row collections. All collections are IEnumerable so you can query them with LINQ. The ExcelProvider supports XLSX (Excel 2007-2016, v12-v16), XLS (Excel 97-2003, v8-v11) and CSV (comma, semicolumn or tab delimited ASCII file) files but it requires the installation of the Microsoft Access Database Engine 2010 Redistributable.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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.

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
3.0.0 1,036 5/30/2022
2.0.2 808 5/24/2022
2.0.1 1,982 6/28/2017
2.0.0 2,166 6/28/2017

Version 2.0 (June 2017)