<sheetId> (Sheet Id)

This element represents a sheet that revision may take place on. Each sheet in the workbook should be represented by one of these elements, and each sheet has an id associated with it. Sheet ids are used to refer to sheets internally by the spreadsheet application.

Parent Elements

<sheetIdMap>3.11.1.24)

Attributes

Description

<val> (Sheet Id)

An integer serving as a number by which to reference the sheet internally.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SheetId">
	<attribute name="val" type="xsd:unsignedInt" use="required"/>
</complexType>