super-form-formula
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

Super-Form-Formula🤓

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

Feature💻

  • [x] CST Parser
  • [ ] Concurrent form object(with plugin system)
  • [x] Full excel like function support
  • [ ] Unit Test
  • [x] 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.

Readme

Keywords

none

Package Sidebar

Install

npm i super-form-formula

Weekly Downloads

221

Version

1.5.0

License

ISC

Unpacked Size

2.75 MB

Total Files

44

Last publish

Collaborators

  • hansuku