yyl2020 / super-formula

a formula realize, work with form-formula or excel-formula.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super-Form-FormulašŸ¤“

a formula achieve, work with form or excel(todo)

FeaturešŸ’»

  • CST Parser
  • Concurrent form object(with plugin system)
  • Full excel like function support
  • Unit Test
  • Custom Function Supprot

UsagešŸ› 

Install

npm i super-formula -S

Use It

import { Formula } from 'super-formula'

const res = formula.exec('SUM({self.num_26},IF(5>4,SUM(7,8),2), [7, 8])')
console.log(res) // 31

Some Important ThingsšŸ˜²

CST ability power by chevrotain.

About

a formula realize, work with form-formula or excel-formula.

License:MIT License


Languages

Language:TypeScript 84.6%Language:HTML 13.2%Language:JavaScript 2.2%