Apkawa / xlsx2html

A simple export from xlsx format to html tables with keep cell formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle hyperlinks

Apkawa opened this issue · comments

Example
hyperlinks.xlsx

  • hyperlink to external site
  • hyperlink to cell
  • hyperlink to cell in sheet
  • Formula =HYPERLINK
    • =HYPERLINK("https://example.com", "ho ho example text")
    • =HYPERLINK(C7, D7)
    • =HYPERLINK("#B2", "to cell")
    • =HYPERLINK("#Sheet2.A1", "to cell in Sheet2")