licp
2024-07-10 5efbd492f065226a931ba74cb9bcf99e12dabe22
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,',')
    })