# handsontable-ruleJS **Repository Path**: mirrors_handsontable/handsontable-ruleJS ## Basic Information - **Project Name**: handsontable-ruleJS - **Description**: Formula parser for Handsontable data grid using RuleJS library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README :warning: This repository is deprecated.
handsontable-RuleJS =================== Plugin for handsontable using RuleJS library (formulas parser). ## Usage __Important:__ Few things have been modified in external libraries, so please use all library files only from this repo. First, include the dependencies (all files you can find in `lib\` directory): * Handsontable (js + css) (ver. 0.12.3). ```html ``` * External libraries ```html ``` * RuleJS library + plugin for handsontable ```html ``` Then, run `handsontable()` constructor on an empty div and use `formulas:true` in settings. ```html
``` ## Features * math functions: `+` `-` `*` `/` `^` * logical functions: `=` `>` `<` `>=` `<=` `<>` `NOT` * error handling: `#DIV/0!` `#ERROR` `#VALUE!` `#REF!` `#NAME?` `#N/A` * parser excel formulas ([list of supported formulas with links to documentation](http://handsontable.github.io/ruleJS/)) * absolute cell references: `$A$1` `$A1` `A$1` * nested functions * simple auto-fill * dynamic updates - alter table * auto fill (simple) ## Demo [link](http://handsontable.github.io/handsontable-ruleJS/)