Skip to content

Releases: OfficeDev/Office-Add-in-samples

(Preview) Share global data with a shared runtime

17 Sep 23:30
e8f6e89
Compare
Choose a tag to compare
Update global storage sample to use GA endpoint (#92)

* change to GA endpoint

* npm audit fix

* remove CustomFunctions.associate code that is not needed

* add functions as chunk in webpack to include at runtime

Custom function batching pattern

02 Sep 18:01
9a0bbb4
Compare
Choose a tag to compare
Merge pull request #90 from eltociear/patch-1

Fix typo

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

24 Aug 19:02
11540a6
Compare
Choose a tag to compare
Merge pull request #89 from shaofengzhu/master

Use cerficates created by office-addin-dev-certs.

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

02 Jun 20:03
2efd3ea
Compare
Choose a tag to compare
153236

Add missing step to readme of excel-shared-runtime-scenario

Using storage to share data between UI-less custom functions and the task pane

14 May 04:33
3aad7f7
Compare
Choose a tag to compare
Merge pull request #78 from OfficeDev/mscharlock-patch-1

Change to only UI-less CFs

(Preview) Share global data with a shared runtime

23 Mar 16:09
569b8ee
Compare
Choose a tag to compare
Office Add-in share global data with a shared runtime (#65)

* yo office creation of new sample

* store and retrieve values working

* custom function retrieves global state

* added CF for set key/value pair

* local storage working

* task pane working

* small fix

* remove unneeded html runtime starters

* added code comments

* remove unneeded files

* add readme steps and images

* edit fix

* Update Samples/excel-shared-runtime-global-state/README.md

Co-Authored-By: Linda Lu Cannon <lindalu@microsoft.com>

* Apply suggestions from code review

edit feedback

Co-Authored-By: Linda Lu Cannon <lindalu@microsoft.com>

* Update Samples/excel-shared-runtime-global-state/README.md

Co-Authored-By: Linda Lu Cannon <lindalu@microsoft.com>

* Update README.md

Co-authored-by: Linda Lu Cannon <lindalu@microsoft.com>

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

15 Mar 23:06
Compare
Choose a tag to compare

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

09 Mar 17:42
4c78aa1
Compare
Choose a tag to compare

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

09 Mar 17:35
106b4d1
Compare
Choose a tag to compare
shared runtime ribbon sample (#61)

* add initial working files shared runtime

* removed auth dialogs

* Added DataFilter

* cleanup app.tsx

* cleanup on app.tsx

* simplify connectbutton.tsx

* clean out old auth dialogs

* add office initialize state tracking

* removed unneeded components

* reduced dependencies removed unneeded code

* clean up manifest and icons

* remove sync button not needed for now

* enabled open close task pane buttons

* move globals and fix icon links

* clean up add-in name

* resolve manifest conflict

* add readme contents

* more cleanup work

* additional cleanup

* add CORS header

* update preview info

* note access header

* minor check

* add screenshot

* fix link

* fix typo

* renamed sample folder

* Update README.md

* better pic description

* Update README.md

* Update README.md

Use a shared library to migrate your Visual Studio Tools for Office add-in to an Office web add-in

30 Jan 00:43
599e667
Compare
Choose a tag to compare
VSTO Shared code migration(#59)

* initial commit

* draft readme and start completed folders

* readme and minor updates

* changing folder name

* added solution setup steps

* incorporated review feedback

* added security notes and minor fixes

* remove unnecessary scripts

* added jquery cdn

* removed unneeded function

* renaming Office add-in project

* Update README.md

* update link

* update sample list

* reorganize sample list

* simplify descriptions

* simplify descriptions

* fix header