const wb = xlsx.read(array, { type: "array" });. const ws = wb.Sheets[wb.SheetNames[0]];. const csv = xlsx.utils.sheet_to_csv(ws);.
確定! 回上一頁