Hyperlink {xlcharts} | R Documentation |
Hyperlink
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.hyperlink.html
Usage
Hyperlink(
ref = NULL,
location = NULL,
tooltip = NULL,
display = NULL,
id = NULL,
target = NULL,
...
)
Arguments
ref |
ref |
location |
location |
tooltip |
tooltip |
display |
display |
id |
id |
target |
target |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Hyperlink(ref = "ref")
## End(Not run)
[Package xlcharts version 0.0.2 Index]