Add excel2json function and updated custom mapper from props
This commit is contained in:
18
data/mapper.json
Normal file
18
data/mapper.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"dataIndex": "Name",
|
||||
"label": "Name"
|
||||
},
|
||||
{
|
||||
"dataIndex": "Age",
|
||||
"label": "Age"
|
||||
}
|
||||
],
|
||||
"configs": {
|
||||
"outputPath": "./data/outputs/exported",
|
||||
"outputName": "my_exported_data",
|
||||
"sheetName": "Sheet1",
|
||||
"saveToOutput": true
|
||||
}
|
||||
}
|
||||
BIN
data/people.xlsx
Normal file
BIN
data/people.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user