NetOffice
NetOffice copied to clipboard
:milky_way: .NET wrapper assemblies for accessing Microsoft Office applications.
Hi! I wonder if you are going to update to make it work with the OutLook 2021 version?
HI, I try to run the example to create a docxfile ```csharp //NetOffice.OfficeApi.OfficeDataSourceObject Word.Application wordApp = new Word.Application(); wordApp.DisplayAlerts = Word.Enums.WdAlertLevel.wdAlertsNone; // create a utils instance, not need for but...
On the main page at https://github.com/netoffice/NetOffice, under the "Getting Started" header, there is a link to "Samples" with link https://github.com/netoffice/Samples, but that repository is empty. Where can the samples be...