Add importing spreadsheet ability

This commit is contained in:
kngako
2023-01-06 02:34:01 +02:00
parent 53f6dce1ef
commit 2887197c4d
5 changed files with 703 additions and 300 deletions

View File

@@ -28,7 +28,8 @@
"markdown-it": "^13.0.1",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"pug": "^3.0.2"
"pug": "^3.0.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"prompt": "^1.3.0",