gaoluyang
2024-07-11 b403195a75a452b54fe2112158b454f6d80c0e11
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,',')
    })