UNPKG
@modelmap/a1-notation
Version:
latest (1.0.7)
1.0.7
Work with A1 notation like "A1" or "A1:B2"
github.com/FLighter7/a1-notation
FLighter7/a1-notation
@modelmap/a1-notation
/
dist
/
noObject
/
converters
/
A1-Col-2.d.ts
10 lines
(9 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@fileOverview
Converts column letter to number *
@author
Flambino *
@see
https://codereview.stackexchange.com/questions/90112/a1notation-conversion-to-row-column-index *
@param
{string} col * *
@return
{number} */
export
default
function
(
col:
string
):
number
;