https://github.com/netoffice/netoffice
:milky_way: .NET wrapper assemblies for accessing Microsoft Office applications.
https://github.com/netoffice/netoffice
hacktoberfest interop-assemblies net-wrapper-assemblies netoffice vsto
Last synced: 22 days ago
JSON representation
:milky_way: .NET wrapper assemblies for accessing Microsoft Office applications.
- Host: GitHub
- URL: https://github.com/netoffice/netoffice
- Owner: netoffice
- License: mit
- Created: 2016-08-22T02:42:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T07:04:30.000Z (about 5 years ago)
- Last Synced: 2025-05-08T16:54:30.471Z (5 months ago)
- Topics: hacktoberfest, interop-assemblies, net-wrapper-assemblies, netoffice, vsto
- Language: C#
- Homepage: https://github.com/netoffice
- Size: 43.9 MB
- Stars: 119
- Watchers: 13
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NetOffice - MS Office in .NET [](https://www.nuget.org/profiles/netofficedotnet) [](http://stackoverflow.com/questions/tagged/netoffice)
> .NET wrapper assemblies for accessing Microsoft Office applications.
NetOffice supports extending and automating Microsoft Office applications: Excel, Word, Outlook,
PowerPoint, Access, Project and Visio.## Features
* MS Office integration without version limitations
* All features of the MS 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 version 2.0 or higher
* Easy Addin Development
* No deployment hurdles, no registration
* No dependencies, no interop assemblies, no need for [VSTO][VSTO]## Getting Started
Checkout the [Samples](https://github.com/netoffice/Samples) repository
to see how to use NetOffice to automate Office applications or create add-ins and extended them.## License
NetOffice source code is licensed under [MIT License](LICENSE.txt).
> Copyright © 2011-2018 Sebastian Lange
>
> Copyright © 2015-2020 Erika LeBlanc[VSTO]: http://msdn.microsoft.com/en-us/library/jj620922.aspx