Skip to content

Commit

Permalink
removed preview requirement (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchesnut committed Dec 2, 2020
1 parent 687ea9b commit 04b6407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions Samples/excel-shared-runtime-global-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ extensions:
description: "This sample shows how to share data across the ribbon, task pane, and custom functions."
---

# (Preview) Share global data with a shared runtime
# Share global data with a shared runtime

## Summary

This sample shows how to set up a basic project that uses the shared runtime. The shared runtime runs all parts of the Excel add-in (ribbon buttons, task pane, custom functions) in a single browser runtime. This makes it easy to shared data through local storage, or through global variables.

![Screen shot of the add-in with ribbon buttons enabled and disabled](excel-shared-runtime-global.png)

> **Note:** The features used in this sample are currently in preview and subject to change. They are not currently supported for use in production environments. To try the preview features, you'll need to [join Office Insider](https://insider.office.com/join). A good way to try out preview features is to sign up for an Office 365 subscription. If you don't already have an Office 365 subscription, get one by joining the [Office 365 Developer Program](https://developer.microsoft.com/office/dev-program).
## Features

- Share data globally with ribbon buttons, the task pane, and custom functions.
Expand All @@ -34,8 +32,6 @@ This sample shows how to set up a basic project that uses the shared runtime. Th

## Prerequisites

To use this sample, you'll need to [join Office Insider](https://insider.office.com/join).

Before running this sample, you need a recent version of [npm](https://www.npmjs.com/get-npm) and [Node.js](https://nodejs.org/en/) installed on your computer. To verify if you've already installed these tools, run the commands `node -v` and `npm -v` in your terminal.

## Solution
Expand Down
6 changes: 1 addition & 5 deletions Samples/excel-shared-runtime-scenario/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ extensions:
description: "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."
---

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

## Summary

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.

![Screen shot of the add-in with ribbon buttons enabled and disabled](excel-shared-runtime.png)

> **Note:** The features used in this sample are currently in preview and subject to change. They are not currently supported for use in production environments. To try the preview features, you will need to [join Office Insider](https://insider.office.com/join). A good way to try out preview features is by using an Office 365 subscription. If you don't already have an Office 365 subscription, you can get one by joining the [Office 365 Developer Program](https://developer.microsoft.com/office/dev-program).
## Features

- Contextual ribbon UI that enables or disables the buttons.
Expand All @@ -37,8 +35,6 @@ This sample shows how to create contextual ribbon buttons that are enabled based

## Prerequisites

To try the preview features used by this sample, you will need to [join Office Insider](https://insider.office.com/join).

Before running this sample, make sure you have installed a recent version of [npm](https://www.npmjs.com/get-npm) and [Node.js](https://nodejs.org/en/) on your computer. To check if you have already installed these tools, run the commands `node -v` and `npm -v` in your terminal.

## Solution
Expand Down

0 comments on commit 04b6407

Please sign in to comment.