openxlsx (version 4.2.5.2)

getCellRefs: Return excel cell coordinates from (x,y) coordinates

Description

Return excel cell coordinates from (x,y) coordinates

Usage

getCellRefs(cellCoords)

Value

Excel alphanumeric cell reference

Arguments

cellCoords

A data.frame with two columns coordinate pairs.

Author

Philipp Schauberger, Alexander Walker

Examples

Run this code
getCellRefs(data.frame(1, 2))
# "B1"
getCellRefs(data.frame(1:3, 2:4))
# "B1" "C2" "D3"

Run the code above in your browser using DataLab