@fileverse-dev/formulajs 4.4.20-mod-3 → 4.4.20-mod-4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.20-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.20-mod-4 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -4962,7 +4962,8 @@ function _typeof(o) {
|
|
|
4962
4962
|
}
|
|
4963
4963
|
return result;
|
|
4964
4964
|
}
|
|
4965
|
-
function XLOOKUP(search_key, lookup_range, result_range, missing_value,
|
|
4965
|
+
function XLOOKUP(search_key, lookup_range, result_range, missing_value, isColV, match_mode, search_mode) {
|
|
4966
|
+
var isCol = isColV === "true" ? true : false;
|
|
4966
4967
|
console.log("XLOOKUP parameters:", {
|
|
4967
4968
|
search_key: search_key,
|
|
4968
4969
|
lookup_range: lookup_range,
|