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