NodeJS 转表工具实现

This commit is contained in:
2020-05-17 23:58:31 +08:00
parent 08e4de1524
commit d5a0b1b3a7
13 changed files with 646 additions and 5 deletions

View File

@@ -14,5 +14,9 @@
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"colors": "^1.4.0",
"xlsx": "^0.16.0"
}
}