Sep 21, 2014 in Others 4975 views
FormulaJS is a javaScript implementation of all functions supported by Microsoft Excel and Google Spreadsheets.
Formula.js is freely distributable under the terms of the MIT license.
Source: stoic.com
1. INCLUDE JS FILE
<script type="text/javascript" src="lib/formula.js"></script>
2. JAVASCRIPT
AT(['a', 'b', 'c', 'd', 'e'], [0, 2, 4]); DATE(2008, 7, 8); BIN2DEC(101010);
More information at: http://www.stoic.com/pages/formula
Tagged with:
formula.js
excel formula functions
microsoft excel
google spreadsheets
exce function
formulajs
array
color
database
date
engineering
Related Articles