jmcnamara / excel-writer-xlsx

Perl module to create Excel XLSX files.
https://metacpan.org/pod/distribution/Excel-Writer-XLSX/lib/Excel/Writer/XLSX.pm
Other
100 stars 51 forks source link

Hyperlink to different worksheets? #215

Closed hhg7 closed 6 years ago

hhg7 commented 6 years ago

Is it possible to write a hyperlink to a different worksheet, and if so, could you show an example? The hyperlinks in the manual page look more for email and URL. This may be a feature request.

jmcnamara commented 6 years ago

Is it possible to write a hyperlink to a different worksheet, and if so, could you show an example?

Yes.

See the internal: links in the write_url()docs: https://metacpan.org/pod/distribution/Excel-Writer-XLSX/lib/Excel/Writer/XLSX.pm#write_url(-$row,-$col,-$url,-$format,-$label-)

Also, see this example in the distro: https://metacpan.org/source/JMCNAMARA/Excel-Writer-XLSX-0.98/examples/hyperlink2.pl