@buildout/formulajs

JavaScript implementation of most Microsoft Excel formula functions

Usage no npm install needed!

<script type="module">
  import buildoutFormulajs from 'https://cdn.skypack.dev/@buildout/formulajs';
</script>

README

formula.js fork for ShadowGrid

Local development

When opening a pull request, please do not submit version changes or changes to build output in dist.

Publishing

  1. yarn build
  2. Bump the version number in package.json per semver
  3. Commit both changes to master in a Version <version number> commit
  4. Tag the commit with the version number and push it
  5. npm publish

Original readme:

formula.js

JavaScript implementation of most Microsoft Excel formula functions

This project is forked from sutoiku/formula.js and it's developed for Handsontable needs.

Documentation available at sutoiku/formula.js

LICENSE

formula.js is freely distributable under the terms of the MIT license. Copyright (c) 2014 Sutoiku, Inc.