6 changed files with 1172 additions and 7 deletions
@ -0,0 +1,81 @@ |
|||
const sheetComment = { |
|||
"name": "Comment", |
|||
"color": "", |
|||
"config": { |
|||
"columlen": { |
|||
"2": 102 |
|||
} |
|||
}, |
|||
"index": "4", |
|||
"chart": [{ |
|||
"sheetIndex": "0", |
|||
"dataSheetIndex": "0", |
|||
"chartType": "column", |
|||
"row": "[1,3]", |
|||
"column": "[3,3]", |
|||
"chartStyle": "default", |
|||
"myWidth": "480", |
|||
"myHeight": "288", |
|||
"myLeft": "67", |
|||
"myTop": "11" |
|||
}], |
|||
"status": "0", |
|||
"order": "4", |
|||
"column": 15, |
|||
"row": 36, |
|||
"celldata": [{ |
|||
"r": 2, |
|||
"c": 2, |
|||
"v": { |
|||
"m": "HoverShown", |
|||
"ct": { |
|||
"fa": "General", |
|||
"t": "g" |
|||
}, |
|||
"v": "HoverShown", |
|||
"bl": 1, |
|||
"ps": { |
|||
"left": null, |
|||
"top": null, |
|||
"width": null, |
|||
"height": null, |
|||
"value": "Hello world!", |
|||
"isshow": false |
|||
} |
|||
} |
|||
}, { |
|||
"r": 7, |
|||
"c": 2, |
|||
"v": { |
|||
"m": "Size", |
|||
"ct": { |
|||
"fa": "General", |
|||
"t": "g" |
|||
}, |
|||
"v": "Size", |
|||
"bl": 1, |
|||
"ps": { |
|||
"left": null, |
|||
"top": null, |
|||
"width": null, |
|||
"height": null, |
|||
"value": "Hello,world!", |
|||
"isshow": true |
|||
} |
|||
} |
|||
}], |
|||
"visibledatarow": [], |
|||
"visibledatacolumn": [], |
|||
"rowsplit": [], |
|||
"ch_width": 4748, |
|||
"rh_height": 1790, |
|||
"luckysheet_select_save": [{ |
|||
"row": [0, 0], |
|||
"column": [0, 0] |
|||
}], |
|||
"luckysheet_selection_range": [], |
|||
"scrollLeft": 0, |
|||
"scrollTop": 0 |
|||
} |
|||
|
|||
export default sheetComment; |
|||
File diff suppressed because it is too large
Loading…
Reference in new issue