uploadExcel(e) { try{ const fileName = e.target.files[0].name; import('xlsx').then(xlsx => { let workBook = null; let jsonData = null; ...
確定! 回上一頁