0.0.7 • Published 4 years ago

@rifttech/xcell v0.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

XCELL - ALPHA-26 format converter

npm version

How to use

Install

npm install @rifttech/xcell

or...

yarn add @rifttech/xcell

Example

Well, it's pretty straightforward.

import {
    getIndexFromColumnName,
    getColumnNameFromIndex
} from "@rifttech/xcell";

console.log(getIndexFromColumnName("A")); // prints 0
console.log(getColumnNameFromIndex(0)); // prints A
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago