NetOffice icon indicating copy to clipboard operation
NetOffice copied to clipboard

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

Results 54 NetOffice issues
Sort by recently updated
recently updated
newest added

Below is a link to the official Microsoft reference for Powerpoint. The netoffice dll is missing this model. Shape.Model3D property (PowerPoint) on version NetOfficeFw.Powerpoint 1.8.1 Also Im curious as to...

ms-powerpoint
office-2016
office-2019

NetOffice.Exceptions.PropertyGetCOMException (0x80004005): Failed to proceed PropertyGet on Excel.Workbook=>VBProject. ---> System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.Runtime.InteropServices.COMException: Исключение из HRESULT: 0x800A03EC --- Конец трассировки внутреннего стека исключений --- в System.RuntimeType.InvokeDispMethod(String name,...

ms-excel

Support for dynamic types and type "duck tale" code will be removed in NetOffice ~~1.8~~ 2.0. Types to remove from "duck tales" code: * `DuckTypeGenerator` * `DuckInterface` * `GetDuckVariantEnumeratorAsProperty()` *...

netoffice-core
breaking-change

As well as Field2, Field3 class inherits Field, and implements both Field2 and Field3 properties and methods.

enhancement
ms-access

Please add Shape.IsNarration property to PowerPointApi. It is available in the COM API, but not in Microsoft .NET office interop API. (Not sure why). This code works... /// /// SupportByVersion...

enhancement
ms-powerpoint

MS Introduce new 'Field3' class. https://stackoverflow.com/questions/72831316/ Please support this class.

enhancement
ms-access

https://docs.microsoft.com/en-us/office/vba/api/excel.workbook.autosaveon

enhancement
ms-excel

Hi When an NetOffice COMObject is disposed, its children are also disposed : the method Core.RemoveObjectFromList is called. The problem is the _globalObjectList in Core is of type List, which...

bug
help wanted

NetVersion 1.8.1 I see the function declaration in https://github.com/NetOfficeFw/NetOffice/blob/603f7f5fd010f0055570a460e0cdc63b6ef60425/Source/Outlook/DispatchInterfaces/_NameSpace.cs#L616 But it yields the error: Severity Code Description Project File Line Suppression State Error CS1061 '_NameSpace' does not contain a definition...

bug
ms-outlook

NetOffice library may report invalid class name in the `FactoryException` thrown from `CreateObjectFromComProxy()` method. The `Class does not exist: NetOffice.OfficeApi.` should end with the class name of the component for...

netoffice-core