<row> (Row)

This element contains data for an external worksheet row.

Parent Elements

<sheetData>3.14.13)

Child Elements

Subclause

<cell> (External Cell Data)

§3.14.1

Attributes

Description

<r> (Row)

Row number of the row in the external book containing the cell data referenced. This attribute is required.

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_ExternalRow">
	<sequence>
	<element name="cell" type="CT_ExternalCell" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="r" type="xsd:unsignedInt" use="required"/>
</complexType>