Add example for excel to json with mapper from file and add docker support
This commit is contained in:
13
examples/excel2json/data/mapper.json
Normal file
13
examples/excel2json/data/mapper.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"dataIndex": "Name",
|
||||
"label": "Name"
|
||||
},
|
||||
{
|
||||
"dataIndex": "Age",
|
||||
"label": "Age"
|
||||
}
|
||||
],
|
||||
"configs": {}
|
||||
}
|
||||
BIN
examples/excel2json/data/people.xlsx
Normal file
BIN
examples/excel2json/data/people.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user