vue3-excel-editor
Version:
Vue3 plugin for displaying and editing the array-of-object in Excel style
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "vue3-excel-editor",
"email": "apple.6502@gmail.com",
"description": "Vue3 plugin for displaying and editing the array-of-object in Excel style",
"version": "1.0.60",
"main": "src/main.js",
"dependencies": {
"@vuepic/vue-datepicker": "^3.3.0",
"vuedraggable": "^4.1.0",
"xlsx": "^0.18.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cscan/vue3-excel-editor.git"
},
"keywords": [
"vue",
"vue3",
"vuejs",
"excel",
"data",
"grid",
"table",
"v-model",
"editor",
"editable",
"javascript",
"DHTML",
"no-jquery",
"grid-editor",
"online-editor",
"data-grid",
"data-table",
"spreadsheet",
"tabular-data",
"edit-cell",
"editable-table",
"data-spreadsheet",
"bootstrap",
"responsive",
"navigatable",
"contenteditable"
],
"author": "Kenneth Cheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/cscan/vue3-excel-editor/issues"
},
"homepage": "https://github.com/cscan/vue3-excel-editor"
}