src/utils/excelFountion.js
@@ -246,7 +246,7 @@ function getABCList(f) { try { let regex = /[=\+\-\*\%\(\)\/\^\s]/g; let fouList = ["SUM", "MAX", "MIN", "AVERAGE", "ABS"]; let fouList = ["SUM", "MAX", "MIN", "AVERAGE", "ABS","SQRT"]; f = f .replace(regex, ",") .replace(new RegExp('"&', "g"), "")