[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Collection of hyperlinks.
[Example:
This example shows a hyperlink in cell A11, with hover text displaying "Search Page". The relationship Id references a relationship from the sheet to the external target resource.
<hyperlinks>
<hyperlink ref="A11" r:id="rId1" tooltip="Search Page"/>
</hyperlinks>
end example]
Parent Elements |
worksheet (§3.3.1.96) |
Child Elements |
Subclause |
hyperlink (Hyperlink) |
§3.3.1.44 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Hyperlinks">
<sequence>
<element name="hyperlink" type="CT_Hyperlink" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>