[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Name of a worksheet in the supporting workbook
Parent Elements |
sheetNames (§3.14.16) |
Attributes |
Description |
val (Sheet Name Value) |
Name of the sheet. This attribute is required.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ExternalSheetName">
<attribute name="val" type="ST_Xstring"/>
</complexType>