Learn R Programming

xlcharts (version 0.0.1)

absolute_coordinate: absolute_coordinate

Description

Convert a coordinate to an absolute coordinate string (B12 -> $B$12)

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html

Usage

absolute_coordinate(coord_string, ...)

Value

An string.

Arguments

coord_string

coord_string

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
absolute_coordinate("A1")
}

Run the code above in your browser using DataLab