Add example for excel to json with mapper from file and add docker support

This commit is contained in:
2021-03-29 17:32:54 +07:00
parent 481c916179
commit 83431e02a9
8 changed files with 110 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "excel2json",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "MIT",
"dependencies": {
"xlsx": "^0.16.9"
}
}