New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/formulajs-microsoft-excel-formula-functions/
FormulaJS – Microsoft Excel formula functions
Download Demo
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);












