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