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.
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);
FormulaJS - Microsoft Excel formula functions
No comments:
Post a Comment