Return excel cell coordinates from (x,y) coordinates
getCellRefs(cellCoords)
Arguments
cellCoords |
A data.frame with two columns coordinate pairs. |
Value
Excel alphanumeric cell reference
Author
Philipp Schauberger, Alexander Walker
Examples
#> [1] "B1"
#> [1] "B1" "C2" "D3"
# "B1" "C2" "D3"