Este contenido no está disponible en el idioma seleccionado.
19.9. Hyperlinks
Hyperlinks are nested within columns (for iteration) or inside worksheets (for direct placement using the
startColumn/startRow and endColumn/endRow attributes). They add link navigation to URIs.
<e:hyperlink>
|
Attributes
Child elements
Facets
|
<e:workbook>
<e:worksheet>
<e:hyperLink startRow="0" startColumn="0" endRow="4" endColumn="4"
URL="http://seamframework.org" description="The Seam Framework"/>
</e:worksheet>
</e:workbook>
This defines a described hyperlink pointing to Seam Framework in the area A1:E5.