Skip to content

Commit 2085f18

Browse files
committed
feat: add lib convert excel to json
1 parent 6ec8000 commit 2085f18

File tree

2 files changed

+326
-5
lines changed

2 files changed

+326
-5
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"axios": "^0.21.0",
4040
"bcrypt": "^5.0.0",
4141
"body-parser": "^1.19.0",
42+
"convert-excel-to-json": "^1.7.0",
4243
"cookie-parser": "^1.4.5",
4344
"cors": "^2.8.5",
4445
"date-fns": "^2.16.1",
@@ -87,6 +88,7 @@
8788
"@babel/runtime": "^7.12.5",
8889
"@types/bcrypt": "^3.0.0",
8990
"@types/body-parser": "^1.19.0",
91+
"@types/convert-excel-to-json": "^1.7.0",
9092
"@types/cookie-parser": "^1.4.2",
9193
"@types/cors": "^2.8.8",
9294
"@types/dotenv": "^8.2.0",

0 commit comments

Comments
 (0)