2.2.5.36 SheetType

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Indicates the type of a sheet (1).

 <xs:simpleType name="SheetType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Worksheet"/>
     <xs:enumeration value="Chart"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SheetType simple type.

Value

Meaning

Worksheet

A worksheet consisting of cell data.

Chart

A sheet (1) that consists of a single chart object and no cell data.