Skip to content

JavaScript implementation of most Microsoft Excel formula functions

License

Notifications You must be signed in to change notification settings

sutoiku/formula.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f52b7ef · Mar 16, 2020
Sep 11, 2014
Apr 22, 2017
Jun 19, 2019
Jun 19, 2019
Aug 5, 2016
Mar 19, 2016
Sep 11, 2014
Aug 7, 2014
Apr 22, 2017
Aug 4, 2014
Aug 5, 2016
Mar 14, 2020
Aug 19, 2016
Apr 22, 2017
Aug 19, 2016

Repository files navigation

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.