# formulajs

> JavaScript implementation of most Microsoft Excel formula functions

Latest version **1.0.8** (published 2016-08-22) · 0 weekly downloads

## Install

```sh
npm install formulajs
pnpm add formulajs
yarn add formulajs
bun add formulajs
```

Provides the command `implementation-stats`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2016-08-22 |
| First published | 2014-06-25 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2156 |
| Author | Ismael Ghalimi |
| Maintainers | jalateras |

## Links

- npm: https://www.npmjs.com/package/formulajs
- Repository: https://github.com/sutoiku/formula.js
- Homepage: https://github.com/sutoiku/formula.js#readme
- Issues: https://github.com/sutoiku/formula.js/issues
- npm.io page: https://npm.io/package/formulajs

## Dependencies (4)

- [jStat](https://npm.io/package/jStat.md) 1.0.6
- [bessel](https://npm.io/package/bessel.md) 0.2.0
- [numeral](https://npm.io/package/numeral.md) 1.5.3
- [numeric](https://npm.io/package/numeric.md) 1.2.6

## Recent versions

- 1.0.8 (latest) — 2016-08-22
- 1.0.7 — 2016-03-20
- 1.0.6 — 2014-12-29
- 1.0.5 — 2014-09-22
- 1.0.4 — 2014-09-20
- 1.0.3 — 2014-09-12
- 1.0.2 — 2014-09-11
- 0.0.32 — 2014-09-09
- 0.0.29 — 2014-08-04
- 0.0.26 — 2014-07-22
- 0.0.25 — 2014-06-25

## README

formula.js
==========

[![Build Status](https://drone.io/github.com/sutoiku/formula.js/status.png)](https://drone.io/github.com/sutoiku/formula.js/latest)

JavaScript implementation of most Microsoft Excel formula functions

USAGE
-----

Formulas depends on the following Open source Javascript libraries: Numeric, NumeralJs and jStats.

Include them as follow to use formula.js in your browser:

    <!-- Numeric -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js"></script>
    <!-- Numeral.js -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/numeral.js/1.4.5/numeral.min.js"></script>
    <!-- jStat -->
    <script src="https://cdn.jsdelivr.net/jstat/latest/jstat.min.js"></script>
    
    <!-- Finally add formula.js -->
    <script src="local-formula-path/formula.js"></script>

LICENSE
-------

formula.js is freely distributable under the terms of the MIT license.
Copyright (c) 2014 Sutoiku, Inc.

---
_Source: https://npm.io/package/formulajs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
