ngxCsvParser.parse(files[0], { header: this.header, delimiter: ';' }) .pipe().subscribe((result: any[]) => { console.log('Result', result);
確定! 回上一頁