- Numara now can do Excel formulas! Provided by @formulajs/formulajs
Ex. You can now do things like:To learn more about Formula.js, please visit formulajs.infoAVERAGEIF([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
- 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