
Converting Excel cell references to indices
cref2idx.RdConverts Excel cell references to row & column indices
Value
Returns a numeric matrix with two columns and as many rows as cell references that have been provided. The first column represents the row indices and the second column represents the column indices.
Author
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
Examples
if (FALSE) { # \dontrun{
cref2idx(c("$A$20", "B18"))
} # }