SkillAgentSearch skills...

Formula.js

JavaScript implementation of most Microsoft Excel formula functions

Install / Use

/learn @sutoiku/Formula.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

formula.js

DEPRECATED: this repository has been deprecated. The project continues at formulajs/formulajs. Documentation can be found here

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.

View on GitHub
GitHub Stars2.1k
CategoryDevelopment
Updated9d ago
Forks293

Languages

JavaScript

Security Score

80/100

Audited on Mar 21, 2026

No findings