Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.51 KB

File metadata and controls

35 lines (20 loc) · 1.51 KB
title Walkthrough Developing Using the Content Editor web part
description The walkthrough in this section describes the process for interacting with the ECMAScript object model in Excel Services by using the Content Editor web part.
ms.date 06/07/2022
ms.assetid 0b5e74b7-405c-43c5-b2dd-1dff77280856
ms.localizationpriority medium

Walkthrough: Developing Using the Content Editor web part

The walkthrough in this section describes the process for interacting with the ECMAScript (JavaScript, JScript) object model in Excel Services by using the Content Editor web part.

During this walkthrough, you will learn how to:

  • Create a text file that contains JavaScript and save it as a text file to a trusted document library.

  • Add a Content Editor web part, and then feed the URL for the JavaScript text file to the Content Editor web part.

  • Display and interact with a workbook by using the Excel Services web part that will call the JavaScript in Excel Services that you scripted.

Note

For information about how to trust a location, see How to: Trust a Location.

See also