zouyu
2026-05-07 b0d4df5f39525ae7fe252e8ee65d85fd71dca721
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"), "")