zouyu
2026-05-06 4e869eff676ddf9bb45f3778135149176bd644c5
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"), "")