const header = [] const columnCount = XLSX.utils.decode_range(ws['!ref']).e.c + 1 for (let i = 0; i < columnCount; ++i) { header[i] ...
確定! 回上一頁