Releases: OfficeDev/Office-Add-in-samples
Releases · OfficeDev/Office-Add-in-samples
Integrate an Azure Function with your Excel custom function
264053 Fix Azure Function capitalization (#108)
Integrate an Azure function with your Excel custom function
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
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 <[email protected]> Co-authored-by: Maarten van Stam <[email protected]>
Manage ribbon and task pane UI, and run code on doc open
243123 removed preview requirement (#102)
Share global data with a shared runtime
243122 removed preview requirement (#102)
(Preview) Use keyboard shortcuts for Office add-in actions
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 <[email protected]> * Update Samples/excel-keyboard-shortcuts/README.md Co-authored-by: David Chesnut <[email protected]> Co-authored-by: David Chesnut <[email protected]>
Get Excel workbooks using Microsoft Graph and MSAL in an Outlook Add-in
HB of localized readme files (#76) Co-authored-by: OfficeGlobal <[email protected]>
Get OneDrive data using Microsoft Graph and MSAL.NET in an Office Add-in
HB of localized readme files (#76) Co-authored-by: OfficeGlobal <[email protected]>
(preview) Manage ribbon and task pane UI, and run code on doc open
[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
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