All Projects → OfficeDev → Pnp Officeaddins

OfficeDev / Pnp Officeaddins

Licence: mit
Office 365 solution guidance with practices and patterns for Office Add-in development.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Pnp Officeaddins

Capsule Samples Collection
A collection of sample Bixby capsules
Stars: ✭ 87 (-32.03%)
Mutual labels:  samples
Architecture Samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Stars: ✭ 39,879 (+31055.47%)
Mutual labels:  samples
Go Samples
Go samples for Google Workspace APIs
Stars: ✭ 117 (-8.59%)
Mutual labels:  samples
Azurefunctionsintroduction
Sample Code for Azure Functions
Stars: ✭ 88 (-31.25%)
Mutual labels:  samples
Osu Resources
assets used by osu!
Stars: ✭ 102 (-20.31%)
Mutual labels:  samples
Office Js Snippets
A collection of code snippets built with Script Lab
Stars: ✭ 108 (-15.62%)
Mutual labels:  samples
Hellomap Ios
Quick start with the Google Maps iOS SDK
Stars: ✭ 81 (-36.72%)
Mutual labels:  samples
Demosify
Create a playground to show the demos of your projects.
Stars: ✭ 121 (-5.47%)
Mutual labels:  samples
Cloudml Samples
Cloud ML Engine repo. Please visit the new Vertex AI samples repo at https://github.com/GoogleCloudPlatform/vertex-ai-samples
Stars: ✭ 1,452 (+1034.38%)
Mutual labels:  samples
Animation Samples
Multiple samples showing the best practices in animation on Android.
Stars: ✭ 1,841 (+1338.28%)
Mutual labels:  samples
Glide Support
Android application to test out issues from the Glide image loading library
Stars: ✭ 88 (-31.25%)
Mutual labels:  samples
Spring Boot Samples
Spring Boot samples by Netgloo
Stars: ✭ 1,376 (+975%)
Mutual labels:  samples
Composer Sample Applications
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 110 (-14.06%)
Mutual labels:  samples
Placeline Nextjs
HyperTrack Placeline web application sample using NextJS, Ant-Design, Styled-Components, and Heroku
Stars: ✭ 88 (-31.25%)
Mutual labels:  samples
Android Places Demos
Google Places SDK Demos for Android
Stars: ✭ 118 (-7.81%)
Mutual labels:  samples
Java Docs Samples
Java and Kotlin Code samples used on cloud.google.com
Stars: ✭ 1,259 (+883.59%)
Mutual labels:  samples
Awesome React
A collection of awesome things regarding React ecosystem
Stars: ✭ 46,270 (+36048.44%)
Mutual labels:  samples
Scala Samples
There are pieces of scala code that explain Scala syntax and related things - like what you can do with all this
Stars: ✭ 125 (-2.34%)
Mutual labels:  samples
Arcgis Pro Sdk Community Samples
ArcGIS Pro SDK for Microsoft .NET Framework Community Samples
Stars: ✭ 119 (-7.03%)
Mutual labels:  samples
Terraform Up And Running Code
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
Stars: ✭ 1,739 (+1258.59%)
Mutual labels:  samples

Office Add-ins Patterns and Practices (PnP)

Office Add-ins PnP is a community driven effort that helps developers extend, build, and provision customizations for the Office platform. The source is maintained on this GitHub repo where anyone can participate. You can provide contributions to the samples, reusable components, and documentation. Office Add-ins PnP is owned and coordinated by Office engineering teams, but the work is done by the community for the community.

List of samples

Date Name Description
December 28, 2020 Custom function sample using web worker This sample shows how to use web workers in custom functions to prevent blocking the UI of your Office Add-in.
November 5, 2020 (Preview) Use keyboard shortcuts for Office add-in actions Shows how to set up a basic Excel add-in project that utilizes keyboard shortcuts. Currently, the shortcuts are configured to show and hide the task pane as well as cycle through colors for a selected cell.
March 9, 2020 Manage ribbon and task pane UI, and run code on doc open This sample shows how to create contextual ribbon buttons that are enabled based on the state of your add-in. It also shows how to use the Office.js API to show or hide the task pane. This sample also demonstrates how to run code when the task pane is closed, such as on document open.
January 29, 2020 Use a shared library to migrate your Visual Studio Tools for Office add-in to an Office web add-in Provides a strategy for code reuse when migrating from VSTO Add-ins to Office Add-ins.
November 12, 2019 Get OneDrive data using Microsoft Graph and msal.js in an Office Add-in Learn how to build a Microsoft Office Add-in, as a single-page application (SPA) with no backend, that connects to Microsoft Graph, and access workbooks stored in OneDrive for Business to update a spreadsheet.
October 2, 2019 Integrate an Azure function with your Excel custom function Learn how to integrate Azure functions with custom functions to move to the cloud or integrate additional services.
September 30, 2019 Dynamic DPI code samples A collection of samples for handling DPI changes in COM, VSTO, and Office Add-ins.
July 19, 2019 Use storage techniques to access data from an Office Add-in when offline Demonstrates how you can implement localStorage to enable limited functionality for your Office Add-in when a user experiences lost connection.
May 1, 2019 Office Add-in auth to Microsoft Graph Learn how to build a Microsoft Office Add-in that connects to Microsoft Graph, and access workbooks stored in OneDrive for Business to update a spreadsheet.
May 1, 2019 Outlook Add-in auth to Microsoft Graph. Learn how to build a Microsoft Outlook Add-in that connects to Microsoft Graph, and access workbooks stored in OneDrive for Business to compose a new email message.
May 1, 2019 Custom function batching pattern Batch multiple calls into a single call to reduce the number of network calls to a remote service.

Learn more

To learn more about Office Add-ins, see the Office Add-ins documentation.

Join the Microsoft 365 Developer Program

Get a free sandbox, tools, and other resources you need to build solutions for the Microsoft 365 platform.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].