Skip to content

rifttech/xcell

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors