Demo Script: What'S New in Sharepoint 2010 Excel Services
Demo Script: What'S New in Sharepoint 2010 Excel Services
OPENING STATEMENT............................................................................................................................. 6
STEP-BY-STEP WALKTHROUGH............................................................................................................. 7
Segment #1 – Exploring Excel Services 2010......................................................................................... 7
Segment #2 – Using the REST API....................................................................................................... 10
Segment #3 – Using the ECMAScript Object Model..............................................................................12
SUMMARY................................................................................................................................................ 15
Overview
This document provides setup documentation, step-by-step instructions, and a written script for showing how to publish a workbook to Excel
Services. This document can also serve as a tutorial or walkthrough of the technologies being exposed.
Key Messages
1. Excel 2010 integrates easily with SharePoint 2010 using Excel Services.
2. SharePoint 2010 provides new APIs for Excel Services for custom development.
Key Technologies
This demo uses the following technologies:
1. Microsoft SQL Server 2008 R2
2. Microsoft SharePoint Server 2010
3. Microsoft Excel 2010
Time Estimates
Estimated time for setting up and configuring the demo: 3 min.
Estimated time to complete the demo: 15 min.
3. Once the required software is properly installed click Next to configure your computer for this demo. A script will be executed to
create the SharePoint2010InsightsDemo SharePoint site used in this demo.
Figure 2
Configuration Wizard tasks
Opening Statement
Today I would like to walk you through a demonstration to show you how to publish an Excel workbook to Excel Services in SharePoint 2010.
In this demo you will specifically see these things:
1. The steps to publish a workbook to Excel Services
2. The user interface for Excel Web Access to view an Excel workbook
3. Examples of using the REST API
4. The use of a JavaScript file with an Excel workbook in Excel Services
Step-by-Step Walkthrough
This demo is composed of the following segments:
1. Exploring Excel Services 2010
2. Using the REST API
3. Using ECMAScript in a Web Part Page