1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| window.sheetComment = {
| "name": "Comment",
| "color": "",
| "config": {
| "columnlen": {
| "2": 102
| }
| },
| "index": "5",
| "chart": [],
| "status": 0,
| "order": "5",
| "column": 18,
| "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
| }
| }
| }],
| "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;
|
|