licp
2024-07-11 39b0abc198534c9b69ac6d5969b12e7d76dd5e1d
src/util/excelFountion.js
@@ -269,9 +269,9 @@
      'MAX',
      'MIN',
      'AVERAGE',
      'APS',
      'ABS',
    ]
    f = f.replace(regex, ',')
    f = f.replace(regex, ',').replaceAll('"&','').replaceAll('&"','')
    fouList.forEach(item=>{
      f = f.replaceAll(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]
        }
      }