[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

sheetData (Sheet Data)

This collection represents the cell table itself. This collection expresses information about each cell, grouped together by rows in the worksheet.

Parent Elements

worksheet3.3.1.96)

 

Child Elements

Subclause

row (Row)

§3.3.1.71

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

<complexType name="CT_SheetData">

   <sequence>

   <element name="row" type="CT_Row" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

</complexType>