Skip to content

v4.4.0

Compare
Choose a tag to compare
@bornova bornova released this 11 Jan 19:06
· 192 commits to master since this release
27fd14f
  • Numara now can do Excel formulas! Provided by @formulajs/formulajs
    Ex. You can now do things like:
    AVERAGEIF([2,4,8,16], ">5", [1, 2, 3, 4])    // 3.5
    NPV(0.1, -10000, 2000, 4000, 8000)    // 1031.3503
    QUARTILEEXC([1,2,3,4], 1)    // 1.25
    To learn more about Formula.js, please visit formulajs.info
  • Updated autocomplete hints:
    • Included new Excel functions.
    • Autocomplete list item colors now match the theme.
    • Added tooltips to list items to show their description if available.
  • Updated dependencies
  • Minor bug fixes and improvements