scipbe.common.office 2.0.0

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

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

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. All collections are IEnumerable so you can query them with LINQ.
- 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.
There are also 3 separated NuGet packages with for the Excel, Outlook and OneNote provider so they can be used standalone.

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
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