Socket
Book a DemoInstallSign in
Socket

afnum

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afnum

Alpha-numeric [e.g. spreadsheet] coordinate system as commonly found in spreadsheets

0.1.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

AFNum

Build Status npm version Bower version

Introduction

AFNum provides several types that can be used for spreadsheet coordinate calculation. They are:

Row - A row represents a row of cells in a spreadsheet. Its value can range from 1 to Number.MAX_SAFE_INTEGER

Column - A column represents a column of cells in a spreadsheet. Its value ranges from 'A' to 'Z', 'AA' to 'AZ', and so on.

Cell - A cell represents a cell in a spreadsheet. It consists of row and a column.

Range - A range represents a block of cells in a spreadsheet. It consists of a start and an end.

Collection - A collection represents a group of the above types.

See wiki for API documentation.

Installation

AFNum is available as an npm package. Simpy, install with

npm install afnum

Testing

An extensive suite of tests is can be viewed at spec/afnum_spec.js. You can run the tests in node with:

npm test

or in the browser, by GET'ing spec/runner.html.

Keywords

cell

FAQs

Package last updated on 27 May 2015

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.