0.0.7 • Published 5 years ago

@rifttech/xcell v0.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago