close
The Wayback Machine - https://web.archive.org/web/20200612230501/https://github.com/sutoiku/formula.js
Skip to content
JavaScript implementation of most Microsoft Excel formula functions
JavaScript Makefile
Branch: master
Clone or download

Latest commit

Latest commit f52b7ef Mar 16, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image bin Removed some temp files Sep 11, 2014
Image dist
Image lib SUBSTITUTE bugfix Jun 19, 2019
Image test SUBSTITUTE bugfix Jun 19, 2019
Image .gitignore Update config and readme for JsDeliver Aug 5, 2016
Image .jshintrc Fix lint errors Mar 19, 2016
Image .npmignore Removed some temp files Sep 11, 2014
Image .travis.yml make coveralls Aug 7, 2014
Image CHANGES.md
Image LICENSE Add a License and Copyrights file Aug 4, 2014
Image Makefile Remove reporter from normal test Aug 5, 2016
Image README.md Deprecate message Mar 14, 2020
Image index.js Rollback index change Aug 19, 2016
Image package.json 1.0.9 Apr 22, 2017
Image webpack.config.js Rollback index change Aug 19, 2016

README.md

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.

You can’t perform that action at this time.