scipbe.common.office
2.0.1
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
<PackageReference Include="scipbe.common.office" Version="2.0.1" />
paket add scipbe.common.office --version 2.0.1
#r "nuget: scipbe.common.office, 2.0.1"
// 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 | Versions 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. |
-
- Interop.Microsoft.Office.Interop.OneNote (>= 1.1.0)
- Microsoft.Office.Interop.Outlook (>= 15.0.4797.1003)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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