<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
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>