buffers.push(data) }) file.on('end', () => { buffer = Buffer.concat(buffers) workbook = XLSX.read(buffer, { type: 'buffer', })
確定! 回上一頁