<!-- Overview -->
<a name="overview"></a><br><br>
<div class="row page-header" style="margin-top: 0">
<div class="col-md-12">
<h3>
jQuery Calx Overview
</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>
jQuery Calx is an excel calculation engine that wrapped as jQuery plugin,
It is useful for building calculation in html page using excel formula, create calculation table,
build custom calculator, convert excel spreadsheet into web page, etc.
</p>
<p>
jQuery Calx also come with a lot formula function defined, and adopted from <a href="https://github.com/sutoiku/formula.js">formula.js</a>.
If the default formula set is not enough, you can always define your own formula function
and register it via <code>registerFunction</code> method.
</p>
<h4 class="method-title">Server Side Calculation</h4>
<p>
In case you don't want the calculation formula to be exposed to the end user, you can always hide it
by processing the calculation logic in the server side by using the <code>SERVER()</code> formula.
</p>
<h4 class="method-title">Chart Drawing</h4>
<p>
When you need to represent your data in graphical way, there is <code>GRAPH()</code> formula to help you
draw the chart.
</p>
<h4 class="method-title">Resport Bug/Issue</h4>
<p>
If some bug or abnormal behaviour is found, you can always report the issue via jQuery Calx issue tracker
here <a href="https://bitbucket.org/xsanisty/jquery-calx-2/issues">https://bitbucket.org/xsanisty/jquery-calx-2/issues</a>
</p>
</div>
</div>
|