licp
2024-07-11 ef1b406e8112c097d70deb0e23fc9cec1c9a535f
src/util/excelFountion.js
@@ -269,9 +269,9 @@
      'MAX',
      'MIN',
      'AVERAGE',
      'APS',
      'ABS',
    ]
    f = f.replace(regex, ',')
    f = f.replace(regex, ',').replaceAll('"&','').replaceAll('&"','')
    fouList.forEach(item=>{
      f = f.replaceAll(item,',')
    })