Learn R Programming

xlcharts (version 0.0.1)

Hyperlink: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

ref

ref

location

location

tooltip

tooltip

display

display

id

id

target

target

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Hyperlink(ref = "ref")
}

Run the code above in your browser using DataLab