Skip to content

euxn23/a1ter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A1 notation (used in Excel, Spreadsheet) converter for JavaScript, and cli.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published