Skip to content

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

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.