[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Embedded objects collection in this worksheet.
[Example:
This example shows two embedded objects.
<oleObjects>
<oleObject progId="Word.Document.12" shapeId="1025" r:id="rId4"/>
<oleObject progId="PowerPoint.Show.12" shapeId="1026" r:id="rId5"/>
</oleObjects>
end example]
Parent Elements |
dialogsheet (§3.3.1.32); worksheet (§3.3.1.96) |
Child Elements |
Subclause |
oleObject (Embedded Object) |
§3.3.1.57 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OleObjects">
<sequence>
<element name="oleObject" type="CT_OleObject" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>