protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
814 stars 416 forks source link

Why I installed js-xlsx, there is no json_to_sheet method after import #170

Open daniel-lij opened 2 years ago

daniel-lij commented 2 years ago

`Why I installed js-xlsx, there is no json_to_sheet method after import import XLSX from 'js-xlsx' export default { downloadExl(json, fileName, type = undefined) { console.log(XLSX) console.log(XLSX.utils.json_to_sheet(json)) //error utils no json_to_sheet } } "dependencies": { "js-xlsx": "^0.8.22", "xlsx": "^0.18.5", } ` XLSX print