cupertino-files / parseReference
Function: parseReference()
parseReference(
token): {column:Coordinate;row:Coordinate; } |undefined
Defined in: src/tst/formula-builder.ts:452
A1 → {column 0, row 0}; $B$3 → absolute.
Parameters
token
string
Returns
{ column: Coordinate; row: Coordinate; } | undefined