const ws: XLSX.WorkSheet = XLSX.utils.json_to_sheet(json, {header: headerColumns}); const wb: XLSX.WorkBook = XLSX.utils.book_new(); ...
確定! 回上一頁