# NetOffice **Repository Path**: ak17/NetOffice ## Basic Information - **Project Name**: NetOffice - **Description**: https://github.com/NetOfficeFw/NetOffice.git - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-04 - **Last Updated**: 2023-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NetOffice - Microsoft Office in .NET [![Build status](https://img.shields.io/github/actions/workflow/status/NetOfficeFw/NetOffice/build.yml)](https://github.com/NetOfficeFw/NetOffice/actions) [![NetOfficeFw.Core](https://img.shields.io/nuget/v/netofficefw.core?label=NetOfficeFw.Core)](https://www.nuget.org/profiles/netoffice) [![NetOfficeFw.Outlook](https://img.shields.io/nuget/v/netofficefw.outlook?color=%230078D4&label=&logo=microsoft-outlook&style=flat-square)](https://www.nuget.org/packages/NetOfficeFw.Outlook/) [![NetOfficeFw.Word](https://img.shields.io/nuget/v/netofficefw.word?color=%232B579A&label=&logo=microsoft-word&style=flat-square)](https://www.nuget.org/packages/NetOfficeFw.Word/) [![NetOfficeFw.Excel](https://img.shields.io/nuget/v/netofficefw.excel?color=%23217346&label=&logo=microsoft-excel&style=flat-square)](https://www.nuget.org/packages/NetOfficeFw.Excel/) [![NetOfficeFw.PowerPoint](https://img.shields.io/nuget/v/netofficefw.powerpoint?color=%23B7472A&label=&logo=microsoft-powerpoint&style=flat-square)](https://www.nuget.org/packages/NetOfficeFw.PowerPoint/) [![NetOfficeFw.Access](https://img.shields.io/nuget/v/netofficefw.access?color=%23A4373A&label=&logo=microsoft-access&style=flat-square)](https://www.nuget.org/packages/NetOfficeFw.Access/) > NetOffice is a set of libraries for building Microsoft Office Addins and automation of Microsoft Office applications. Use NetOffice to extend and automate Microsoft Office applications: Excel, Word, Outlook, PowerPoint and Access. :rotating_light: **Notice**: Use official packages with [__NetOfficeFw.*__ prefix](https://www.nuget.org/packages?q=NetOfficeFw). Using old 1.7.4 packages? [Learn how to migrate.](https://netoffice.io/migrate-notice/) ## Features * Microsoft Office integration without version limitations * All features of the Microsoft Office versions 2000, 2002, 2003, 2007, 2010, 2013 and 2016 are included * Active support in version independent development * Syntactically and semantically identical to the Microsoft Interop Assemblies * No training if you already know the MS Office object model, use your existing PIA code * Reduced and more readable code with automatic management of COM proxies * Usable with .NET Framework 4.6 or higher * Easy add-ins development * No deployment hurdles, no registration * No dependencies, no interop assemblies, no need for [VSTO][VSTO] * Visual Studio Project Templates and Wizards available in [NetOffice Toolbox][NetOffice Toolbox] ## Getting Started Checkout the [NetOffice-Examples](https://github.com/NetOfficeFw/NetOffice-Examples) repository to see how to use NetOffice to automate Office applications or how to create add-ins to extend them. ## Tools The [NetOffice Toolbox](https://github.com/NetOfficeFw/NetOfficeToolbox) is a comprehensive toolset to get started with NetOffice solutions. ## Project History You can find more information about [NetOffice Git repository in documentation](Documentation/History.md). ### Branches * `main` - main branch * `releases/netoffice_v1.7.7` - branch with **current NetOffice 1.7.7 source code** * `releases/netoffice_v1.7.6` - branch with NetOffice 1.7.6 source code * `releases/netoffice_v1.7.5` - branch with NetOffice 1.7.5 source code * `releases/netoffice_v1.7.4` - branch with NetOffice 1.7.4 source code #### Archived Branches These branches are archives of the source code from CodePlex and OSDN. * `import/osdn_repository` - branch with NetOffice source code imported from OSDN repository * `import/legacy_repository` - archive branch of original NetOffice source code imported from CodePlex Subversion * `import/netoffice_1.7.4-alpha` - archive branch of NetOffice 1.7.4 source code provided by Sebastian * `import/netoffice_1.7.4.1-alpha` - archive branch of NetOffice 1.7.4.1 source code provided by Sebastian ## License NetOffice source code is licensed under [MIT License](LICENSE.txt). Copyright © 2011-2018 Sebastian Lange Copyright © 2015-2022 Jozef Izso [VSTO]: https://docs.microsoft.com/en-us/visualstudio/vsto/create-vsto-add-ins-for-office-by-using-visual-studio [NetOffice Toolbox]: https://netoffice.io/toolbox/