| Recommend this page to a friend! |
| Packages of ikhsan | jQuery Calx | legacy/README.md | Download |
|
|
||||||||||||||||||||
jQuery CalxjQuery Calx is an Excel calculation engine and formula parser built as jQuery plugin, it offer spreadsheet ability to process and calculate the formula without bringing table-like spreadsheet interface. In the core of jQuery Calx is formula parser generated using jison which parse and process the formula and set of formulas imported from formula.js. Creating calculation form in html never been easier and simpler than this:
If you don't want the formula make your html looks messy, you can move all formula and formatting rule into the js, and leave only
You can even completely remove hidden cell that act as proxy or intermediate cell and move it to javascript section
InstallationYou can install jQuery Calx by downloading the latest version from this repository, or install it using bower
or
and load the required script into your html page
For detailed documentation, http://www.xsanisty.com/project/calx2. For jQuery Calx 1.x please visit http://www.xsanisty.com/project/calx |