Parse an A1-style label back into a CellRef.
Label such as "A1" or "bc42" (case-insensitive).
"A1"
"bc42"
The corresponding zero-based CellRef.
Error when the input does not match [A-Z]+[0-9]+ or the row component would resolve to a negative index.
[A-Z]+[0-9]+
Parse an A1-style label back into a CellRef.