Hyperlink | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.hyperlink.html
Hyperlink(
ref = NULL,
location = NULL,
tooltip = NULL,
display = NULL,
id = NULL,
target = NULL,
...
)
ref |
ref |
location |
location |
tooltip |
tooltip |
display |
display |
id |
id |
target |
target |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Hyperlink(ref = "ref")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.