老师,麻烦帮我看一下下面的json数据格式,怎样可以实现发帖的结果?
json串为:
{
"version": "13.0.7",
"customList": [],
"sheets": {
"Sheet1": {
"name": "Sheet1",
"activeRow": 1,
"activeCol": 2,
"theme": "Office",
"data": {
"dataTable": {
"0": {
"0": {
"value": "2020/04/08",
"style": {
"autoFormatter": {
"formatCached": "yyyy/M/d"
}
}
},
"1": {
"value": "2019/04/08",
"style": {
"autoFormatter": {
"formatCached": "yyyy/M/d"
}
}
},
"2": {
"value": "",
"style": {
"formatter": "yyyy/MM/dd"
},
"formula": "MAX(A1:B1)"
}
}
},
"defaultDataNode": {
"style": {
"themeFont": "Body"
}
}
},
"rowHeaderData": {
"defaultDataNode": {
"style": {
"themeFont": "Body"
}
}
},
"colHeaderData": {
"defaultDataNode": {
"style": {
"themeFont": "Body"
}
}
},
"columns": [null, null, {
"size": 130
}],
"leftCellIndex": 0,
"topCellIndex": 0,
"selections": {
"0": {
"row": 1,
"rowCount": 1,
"col": 2,
"colCount": 1
},
"length": 1
},
"cellStates": {},
"outlineColumnOptions": {},
"autoMergeRangeInfos": [],
"index": 0
}
}
} |