1.0.2 • Published 6 months ago

@types/excel-column-name v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/excel-column-name

Summary

This package contains type definitions for excel-column-name (https://github.com/avilaton/excel-column-names#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/excel-column-name.

index.d.ts

// Type definitions for excel-column-name 1.0
// Project: https://github.com/avilaton/excel-column-names#readme
// Definitions by: jekto_vatimeliju <https://github.com/sozysozbot>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function intToExcelCol(number: number): string;
export function excelColToInt(colName: string): number;

Additional Details

  • Last updated: Wed, 08 Sep 2021 19:01:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by jekto_vatimeliju.