licp
2024-07-11 39b0abc198534c9b69ac6d5969b12e7d76dd5e1d
src/util/excelFountion.js
@@ -271,7 +271,7 @@
      'AVERAGE',
      'ABS',
    ]
    f = f.replace(regex, ',')
    f = f.replace(regex, ',').replaceAll('"&','').replaceAll('&"','')
    fouList.forEach(item=>{
      f = f.replaceAll(item,',')
    })