Ewa.Sheet Object

Applies to: apps for SharePoint | Excel Services | SharePoint Server 2013

Represents a worksheet or chart sheet in a workbook.

Ewa.Sheet

Remarks

Worksheets or chart sheets that are hidden do not have a corresponding object in the Excel ServicesECMAScript (JavaScript, JScript) Object Model in SharePoint 2013. Macro sheets are not supported in this version.

The following table lists ways that you can obtain a Ewa.Sheet object in the Excel ServicesECMAScript (JavaScript, JScript) Object Model.

Table 1. Methods that return a Sheet object

Object

Method

Method execution

Workbook

getActiveSheet

Synchronous

SheetCollection

getItem

Synchronous

SheetCollection

getItemByName

Synchronous

Range

getSheet

Synchronous

Example

To see examples of how to get a Sheet object, use the links in the table.

See also

Concepts

Ewa.Sheet Methods