Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 225 Bytes

a1ter

Never count your spreadsheet's column.

Usage

import { a1ToNumber } from 'a1ter';

a1ToNumber('AA') // 27

// count with zero-based-index if true given in 2nd arg.
a1ToNumber('AA', true) // 26