The A1 notation string to convert.
Optional. If true, the returned indices will be zero-based. Default is false.
An array where the first element is the column index and the second element is the row index.
If the A1 string is invalid.
//=> [1, 1]
A1ToColRow('B2', true);
//=> [1, 1]
Generated using TypeDoc
Converts an A1 notation string to a column-row pair.