1.0.5 • Published 7 years ago

a1notation v1.0.5

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

A1Notation

Interconvert between A1Notation and RC.

const a1 = require('a1notation');
a1('B7'); // { r: 6, c: 1 }
a1('B7', true) // { r: 7, c: 2 }
a1(6, 1) // 'B7'
a1(7, 2, true) // 'B7'

See test.js for more examples.

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago