licp
2024-07-04 f5d4a9d3e7a82eca16b5285f39325d68894713a0
src/util/excelFountion.js
@@ -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]
        }
      }