i use the vue template handleChange(e) { this.file = e.target.files[0] }, handleImport() { const wb = new Excel.Workbook(); const reader = new FileReader() ...
確定! 回上一頁