gurubenka / handsontable-excel

Plugin for jquery-handsontable to make spreadsheet behaviour
MIT License
47 stars 26 forks source link

Handsontable-excel

This plugins enables Excel-like formula evaluation for Handsontable.

Demo

See demo on JSFiddle

Usage

Include handsontable-excel code after handsontable code.

<script src="https://github.com/gurubenka/handsontable-excel/raw/master/lib/jquery.min.js"></script>
<script src="https://github.com/gurubenka/handsontable-excel/raw/master/dist/jquery.handsontable.full.js"></script>
<link rel="stylesheet" media="screen" href="https://github.com/gurubenka/handsontable-excel/blob/master/dist/jquery.handsontable.full.css">

<script src="https://github.com/gurubenka/handsontable-excel/raw/master/jquery.handsontable-excel.js"></script>

Formula Syntax

Every cell beginning with = will be evaluated. Supported syntax: