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

we've been seeing a very intermittent problem since upgrading to 1.9.3 (just updated to 1.9.4 so not really had any test results yet), but may also be one of the...

The following code fails on the ae.Members.Add statement with Failed to proceed Method on Outlook.AddressEntries=>Add. Exception has been thrown by the target of an invocation. An attempt was made to...

Hi! I get an random error message ![image](https://github.com/NetOfficeFw/NetOffice/assets/5681660/346bd7cb-a7fc-4376-99df-dd3da4e52ec3) for the following code var guid = Guid.NewGuid(); string tempFileName = Path.Combine(Path.GetTempPath(), guid.ToString()); tempFileName = Path.ChangeExtension(tempFileName, ".tmp"); mailitem.SaveAs(tempFileName, OlSaveAsType.olMSGUnicode); var bytes =...

Hi I have a question here if it will be possible to run in the windows service or it should be run always as console application or windows form. Thanks...

In PowerPoint in Office 2016+ versions, after selecting an audio file, you can add a WebVTT file as subtitles. How can I achieve this using NetOffice? thanks!

I am using NetOfficeFw.Word and I am wondering is NetOfficeFw.Word supports multithreading? Because, as I know, Interop objects are not multithreading.

I would like to contribute a little to the documentation for the project. One thing I found challenging was getting started with creating a COM AddIn for Microsoft Office. Getting...

Documentation

NetOfficeFw 1.9.3 Framework .NET6.0 VS 2022 SO Win 11 I have buid a simple example for test convertion in Pdf file ``` public static void ConvertExcel2Pdf(string excelPath, string pdfPath) {...

To support .NET 6 the dialogs (built using Windows Forms) must be removed from the **OfficeApi** library to a new **OfficeApi.Extensions** library. This separation will also allow for opt-in for...

netoffice-core
breaking-change

## .NET Framework technologies unavailable on .NET Several technologies available to .NET Framework libraries aren't available for use with .NET 6+, such as app domains, remoting, and code access security...

breaking-change