🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

excel-lettering

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

excel-lettering

excel style column lettering

unpublished
latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

excel-lettering

excel style column lettering

$ yarn add excel-lettering
import { toColumnLetter, toColumnNumber } from 'excel-lettering';

toColumnLetter(0); // 'A'
toColumnLetter(1); // 'B'
toColumnLetter(26); // 'AA'
toColumnLetter(52); // 'BA'
toColumnLetter(18277); // 'ZZZ'
toColumnLetter(19009); // 'ABCD'

toColumnNumber('A'); // 0
toColumnNumber('B'); // 1
toColumnNumber('AA'); // 26
toColumnNumber('BA'); // 52
toColumnNumber('ZZZ'); // 18277
toColumnNumber('ABCD'); // 19009

FAQs

Package last updated on 17 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts