18 lines
270 B
JSON
18 lines
270 B
JSON
{
|
|
"data": [
|
|
{
|
|
"dataIndex": "Name",
|
|
"label": "Name"
|
|
},
|
|
{
|
|
"dataIndex": "Age",
|
|
"label": "Age"
|
|
}
|
|
],
|
|
"configs": {
|
|
"outputPath": "./data/outputs/exported",
|
|
"outputName": "my_exported_data",
|
|
"sheetName": "Sheet1"
|
|
}
|
|
}
|