feat: 解析excel为表格

Former-commit-id: 1d4ec35b05901cec61b2a621b41f2ba6072b6af0
This commit is contained in:
april
2023-07-11 19:00:55 +08:00
parent 793ff9d6f9
commit 9388ebb2f3
3 changed files with 170 additions and 2 deletions

View File

@@ -57,7 +57,8 @@
"screenfull": "^6.0.0",
"vue": "^3.3.1",
"vue-i18n": "9.2.2",
"vue-router": "^4.2.0"
"vue-router": "^4.2.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
@@ -67,6 +68,7 @@
"@types/lodash": "^4.14.195",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@types/xlsx": "^0.0.36",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.14",