powered by
Return excel cell coordinates from (x,y) coordinates
get_cell_refs(cellCoords)
Excel alphanumeric cell reference
A data.frame with two columns coordinate pairs.
get_cell_refs(data.frame(1, 2)) # "B1" get_cell_refs(data.frame(1:3, 2:4)) # "B1" "C2" "D3"
Run the code above in your browser using DataLab