Skip to content

TypeScript implementation of most Microsoft Excel formula functions.

License

Notifications You must be signed in to change notification settings

0x333333/formula.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formula.ts

TypeScript implementation of most Microsoft Excel formula functions, inspired by formula.js.

This library is under active development.

Background can be found here: Formula.ts, another implementation of MS Excel functions.

Contribute

# install required packages
npm install
# build ts to js
gulp ts
# run test
gulp test

License

The MIT License (MIT) Copyright © 2016 <Zhipeng Jiang>

About

TypeScript implementation of most Microsoft Excel formula functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published