vue-excel-xlsx
Version:
Export your data as an XLSX file
40 lines (39 loc) • 856 B
JSON
{
"name": "vue-excel-xlsx",
"version": "1.2.2",
"description": "Export your data as an XLSX file",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t-chatoyan/vue-excel-xlsx"
},
"keywords": [
"vue",
"excel",
"xlsx",
"json",
"export",
"json excel",
"export excel",
"download excel",
"excel xlsx",
"export"
],
"author": "Taron Chatoyan",
"license": "MIT",
"bugs": {
"url": "https://github.com/t-chatoyan/vue-excel-xlsx/issues"
},
"homepage": "https://github.com/t-chatoyan/vue-excel-xlsx#readme",
"devDependencies": {
"bili": "^4.8.0",
"rollup-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"xlsx": "^0.14.4"
}
}