zouyu
2026-04-22 3ee153c34cd734bdb5845b60e6a207884d3b0838
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"), "")