Skip to content

Releases: OfficeDev/Office-Add-in-samples

Integrate an Azure Function with your Excel custom function

28 Dec 22:50
e1623df
Compare
Choose a tag to compare
264053

Fix Azure Function capitalization (#108)

Integrate an Azure function with your Excel custom function

28 Dec 22:42
b1a4797
Compare
Choose a tag to compare
Typo "Azure function app"→"Azure Function App" (#107)

https://docs.microsoft.com/en-us/samples/officedev/pnp-officeaddins/integrate-an-azure-function-with-your-excel-custom-function/

Custom function sample using web worker

28 Dec 21:42
bd5be63
Compare
Choose a tag to compare
New web worker sample (#96)

* initial draft from Shaofeng

* add copyright headers

* rewrites to readme with images

* renaming job variables for clarity

* added UI animation for reference

* small code and comment cleanups

* added correct button icons

* added correct button icons

* update image

* Fixes and cleanup work to readme

* update manifests

* created cleaner localhost references (#97)

Co-authored-by: David Chesnut <davech@microsoft.com>

Co-authored-by: Maarten van Stam <aafvstam@users.noreply.github.com>

Manage ribbon and task pane UI, and run code on doc open

02 Dec 17:45
04b6407
Compare
Choose a tag to compare
243123

removed preview requirement (#102)

Share global data with a shared runtime

02 Dec 17:45
04b6407
Compare
Choose a tag to compare
243122

removed preview requirement (#102)

(Preview) Use keyboard shortcuts for Office add-in actions

06 Nov 22:15
2b93c1a
Compare
Choose a tag to compare
Add keyboard shortcuts PnP (#99)

* Add keyboard shortcuts PnP

* Update README.md dates

* Address PR comments

* Apply suggestions from code review

Co-authored-by: David Chesnut <davech@microsoft.com>

* Update Samples/excel-keyboard-shortcuts/README.md

Co-authored-by: David Chesnut <davech@microsoft.com>

Co-authored-by: David Chesnut <davech@microsoft.com>

Get Excel workbooks using Microsoft Graph and MSAL in an Outlook Add-in

02 Oct 23:22
5b01fa9
Compare
Choose a tag to compare
HB of localized readme files (#76)

Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com>

Get OneDrive data using Microsoft Graph and MSAL.NET in an Office Add-in

02 Oct 23:22
5b01fa9
Compare
Choose a tag to compare
HB of localized readme files (#76)

Co-authored-by: OfficeGlobal <OfficeGlobal@microsoft.com>

(preview) Manage ribbon and task pane UI, and run code on doc open

02 Oct 20:59
65dc776
Compare
Choose a tag to compare
[shared runtime] update to GA type libraries (#94)

* update to GA type libraries

* typo fix

(preview) Manage ribbon and task pane UI, and run code on doc open

17 Sep 23:56
235e58a
Compare
Choose a tag to compare
Update shared runtime sample to use GA endpoint (#91)

* Switch from beta to GA endpoint

* remove certs as consumer must generate

* functions.html not needed for shared runtime

* fix declaration of g warning

* npm audit fix

* added functions chunk to webpack to load functions.js

* restore customfunction.associate calls for now