Skip to content

Releases: NetOfficeFw/NetOffice

NetOffice v1.9.8

21 Feb 12:45

Choose a tag to compare

PowerPoint

What's Changed

  • Implement Presentation.AutoSaveOn property in PowerPointApi #444
  • Fix bug in DocumentEvents2 sink implementation of the ContentControlBeforeContentUpdate event #454

Full Changelog: v1.9.7...v1.9.8

NetOffice v1.9.7

21 Feb 12:43

Choose a tag to compare

PowerPoint

Added in PowerPoint library

  • Added PpPlaceholderType.ppPlaceholderCameo enum value in PowerPoint library #428

Full Changelog: v1.9.6...v1.9.7

NetOffice v1.9.6

21 Feb 12:27

Choose a tag to compare

PowerPoint

Fixes for PowerPoint library

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

NetOffice v1.9.5

17 Feb 17:23

Choose a tag to compare

PowerPoint

Fixed

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

NetOffice v1.9.4

17 Nov 13:43

Choose a tag to compare

Excel

Added

  • Add Excel Queries and WorkbookQuery #400

Contibutors

NetOffice v1.9.3

04 Mar 21:46
94d432d

Choose a tag to compare

Fixed

  • Configure EmbedInteropTypes value in classic nuget references #371

NetOffice v1.9.2

03 Feb 21:38

Choose a tag to compare

Fixed

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

NetOffice 1.9.1

26 Oct 18:54

Choose a tag to compare

What's Changed

  • Assemblies in nuget packages are signed by Authenticode certificate

NetOffice 1.9.0

23 Sep 18:43

Choose a tag to compare

What's Changed

  • Office resiliency - disabled items parser by @jozefizso in #314
  • Make NameSpace.RemoveStore() method in OutlookApi visible to IntelliSense #333
  • Implement Workbook.AutoSaveOn property in ExcelApi #349
  • Implement Shape.IsNarration property in PowerPointApi #355

Breaking changes

  • Moved utility and diagnostic dialogs to new NetOfficeFw.Office.Extensions library #360
  • Removed Visio, Publisher, Project and Forms libraries #342

Full Changelog: v1.8.1...v1.9.0

NetOffice 1.8.1

20 Feb 15:51
v1.8.1

Choose a tag to compare

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.