UNPKG

@jspreadsheet/formula-pro

Version:

Jspreadsheet formula pro is a JavaScript software to parse spreadsheet-like formulas.

39 lines (29 loc) 1.06 kB
# 5.9.0 - Fixed CEILING function bug. - Added argument validation for FORECAST. - Added argument validation for INTERCEPT. - Reviewed and added argument validation for LINEST. - Reviewed and added argument validation for LOGEST. - Reviewed and added argument validation for TREND. - Implemented operations to handle omitted arguments and accept boolean types. - Updated ^ and & operations to properly handle numeric values and return correct errors. # 5.4.3 - Cleaned up *formula names* that are not present in *Excel* or *Google Sheets*; - Updated `REGEXEXTRACT`, `REGEXREPLACE`, and `REGEXMATCH` functions; - Improved `ISERR` and `ISERROR` to catch errors caused by incorrect *function names*; - The adjust precision feature has been improved; # 5.4.0 - REVIEW MATCH and other database functions - ISBLANK & OFFSET - REFERENCE SY TYPE # 5.3.1 - DAYS360 fix # 5.3.0 - VLOOKUP updates - Caching adjustments - TEXT # 5.1.0 - VLOOKUP: performance updates; - OFFSET: create dynamic chains; # 5.0.3 - AVERAGEIF: fix