@rifttech/xcell

0.0.7 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @rifttech/xcell

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

4.09 kB

Total Files

4

Last publish

Collaborators

  • rifttech