NodeJS 转表工具实现

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

5
.vscode/launch.json vendored
View File

@@ -8,7 +8,10 @@
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/dist/binary.js"
"program": "${workspaceFolder}/dist/binary.js",
"args": [
"./excel-exporter.json"
]
}
]
}