NetOffice Versions Save

🌌 Create add-ins and automation code for Microsoft Office applications.

v1.9.5

2 months ago

Fixed

  • Fix bug in PresentationBeforeClose code by verifying the correct event name #153

v1.9.4

5 months ago

Added

  • Add Excel Queries and WorkbookQuery #400

Contibutors

  • @elan-slovelock

v1.9.3

1 year ago

Fixed

  • Configure EmbedInteropTypes value in classic nuget references #371

v1.9.2

1 year ago

Fixed

  • Fix bug when calling the CorePropertySetExtensions.ExecutePropertySet() methods #379
  • Fixed bug in ProxyService.GetActiveInstance() methods #372
  • Documented few data types

v1.9.1

1 year ago

What's Changed

  • Assemblies in nuget packages are signed by Authenticode certificate

v1.9.0

1 year ago

What's Changed

Breaking changes

Full Changelog: https://github.com/NetOfficeFw/NetOffice/compare/v1.8.1...v1.9.0

v1.8.1

3 years ago

Added Features

  • Parser for the resiliency binary data stored by Microsoft Office when add-ins crash.

Use the OfficeResiliency.Parse() method to convert the binary data from registry keys under HKEY_CURRENT_USER\Software\Microsoft\Office\[OfficeAppVersion]\[OfficeAppName]\Resiliency\DisabledItems into DisabledItem object.

v1.8.0

3 years ago

Breaking Changes

  • Settings.EnableOperatorOverlads was renamed to Settings.EnableOperatorOverloads #306
    If you listened to changes using Settings.PropertyChanged event, ensure you fix your code with the new property name.
  • Fixed typo in word Availability used in namespace and class names #307
    Affected types:
    • namespace NetOffice.Availity 🡒 NetOffice.Availability
    • class AvailityException 🡒 AvailabilityException
    • interface ICOMObjectAvaility 🡒 ICOMObjectAvailability

v1.7.9

3 years ago

Changes

  • Links now point to Microsoft Docs website
  • Documented PowerPoint types related to animations and effects
  • Documented LoadBehavior values

Includes

  • Assemblies for .NET 4.0 runtime
  • Tutorials/Examples in C#/VB.Net
  • Source Code

v1.7.8

3 years ago

Changes

  • Settings.IsEqualTo() method will compare objects correctly #291
  • Settings implements IEquatable<Settings> in favor of old IsEqualTo() method
  • ResourceUtils.ReadImage() will correctly read the image from resources #292
  • ResourceUtils.ReadString() will correctly read string resources #292

Bug Fixes

  • Fix #291 Settings.IsEqualTo compares EnableSafeMode incorrectly
  • Fix #292 ResourceUtils.ReadImage() calls itself recursively

Includes

  • Assemblies for .NET 4.0 runtime
  • Tutorials/Examples in C#/VB.Net
  • Source Code