<sst>
(Shared String Table)
This element is the root of the <Shared String>
Table, which serves as a collection of individual <String Items (si).>
Parent Elements |
---|
Root element of SpreadsheetML Shared String Table part |
Child Elements |
Subclause |
---|---|
|
|
|
Attributes |
Description |
---|---|
|
An integer representing the total count of strings in the workbook. This count does not include any numbers, it counts only the total of text strings in the workbook. This attribute is optional unless The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
An integer representing the total count of unique strings in the example:
World, World, and World. The This attribute is optional unless 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_Sst">
<sequence>
<element name="si" type="CT_Rst" minOccurs="0" maxOccurs="unbounded"/>
<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional"/>
<attribute name="uniqueCount" type="xsd:unsignedInt" use="optional"/>
</complexType>