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.
<PackageVersion Include="scipbe.common.office" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="scipbe.common.office" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=scipbe.common.office&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=scipbe.common.office&version=2.0.0
                    
Install as a Cake Tool

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.1.1 302 1/28/2025
3.1.0 151 1/6/2025
3.0.0 1,544 5/30/2022
2.0.3 983 5/24/2022
2.0.1 2,705 6/28/2017
2.0.0 3,174 6/28/2017
1.3.0 6,475 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