nacnudus / tidyxl

Read untidy Excel files in R https://nacnudus.github.io/tidyxl/
https://nacnudus.github.io/tidyxl/
Other
248 stars 21 forks source link

Import hyperlinks #42

Open nacnudus opened 5 years ago

nacnudus commented 5 years ago

ECMA page 1641

<hyperlinks>
 <hyperlink ref="A11" r:id="rId1" tooltip="Search Page"/>
</hyperlinks>

_rels/sheet1.xml.rels

<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship
    Id="rId26"
    Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"
    Target="http://comicbooks.about.com/od/spawn/p/spawn.htm"
    TargetMode="External"/>
jzadra commented 2 years ago

+1 for this feature!