licp
2024-07-04 d5c65b454f1ed2cc0cb8134a09366d26bb3434a8
src/util/excelFountion.js
@@ -269,7 +269,7 @@
      'MAX',
      'MIN',
      'AVERAGE',
      'APS',
      'ABS',
    ]
    f = f.replace(regex, ',')
    fouList.forEach(item=>{
@@ -319,7 +319,9 @@
        if(typeof(comValue[a])=='string'&&comValue[a].includes('^')){
          // 计算幂次
          arr[a] = CalculatePower(comValue[a])
        }else{
        } else if (typeof(comValue[a])=='string'&&comValue[a].includes('/')) {
          arr[a] = comValue[a]
        } else{
          arr[a] = comValue[a]
        }
      }