const sheet = workbook.Sheets[workbook.SheetNames[0]] // 将工作表转为js 对象 const json = utils.sheet_to_json(sheet) resolve(json) } ...
確定! 回上一頁