absolute_coordinate {xlcharts} | R Documentation |
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, ...)
Arguments
coord_string |
coord_string |
... |
Additional arguments, i.e. kwargs. |
Value
An string.
Examples
## Not run:
absolute_coordinate("A1")
## End(Not run)
[Package xlcharts version 0.0.2 Index]