scipbe.common.office 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 --version 2.0.1
NuGet\Install-Package scipbe.common.office -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" 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 --version 2.0.1
#r "nuget: scipbe.common.office, 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 as a Cake Addin
#addin nuget:?package=scipbe.common.office&version=2.0.1

// Install scipbe.common.office as a Cake Tool
#tool nuget:?package=scipbe.common.office&version=2.0.1

The ScipBe.Common.Office namespace contains 3 classes: ExcelProvider (LINQ to Excel), OutlookProvider (LINQ to Outlook) and OneNoteProvider (LINQ to OneNote). The ExcelProvider loads an Excel worksheet or CSV file and provides column definition and row collections. The OutlookProvider is a wrapper class which provides collections to data of Outlook (AppointmentItems, ContactItems, MailItems, TaskItems, ...). The OneNoteProvider provides collections of Notebooks, Sections and Pages by parsing the XML hierarchy tree of OneNote. All collections are IEnumerable so you can query them with LINQ. There are also 3 separated NuGet packages so the Excel, Outlook and OneNote provider can be used standalone.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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
3.0.0 1,142 5/30/2022
2.0.3 903 5/24/2022
2.0.1 2,208 6/28/2017
2.0.0 2,955 6/28/2017
1.3.0 5,731 7/19/2011

Version 2.0 (June 2017)
     - Migrated to .NET 4.6
     - Fixed some bugfixes and added small improvements
     - Removed factory method of ExcelProvider and removed ExcelVersion enum
     - Moved all classes to subfolders with namespaces Excel, Outlook and OneNote
     - Added references to NuGet packages of OneNote interop and Outlook interop
     - Released 3 new NuGet packages to use ExcelProvider, OutlookProvider and OneNoteProvider standalone