gaoluyang
2024-07-10 bc5ada8be9cdf95ff8c245e70495d6bf433c3a4a
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,',')
    })