summaryrefslogtreecommitdiffstats
path: root/t/data/Test.json
blob: 685a40317b10bfc6d80d0bc3f1ad7acd42741056 (plain) (blame)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
   "selection" : 0,
   "worksheets" : [
      {
         "cells" : [
            [
               {
                  "contents" : "Colored Cell",
                  "format" : {
                     "bg_color" : "#9BBB59",
                     "color" : "#FFFF00",
                     "pattern" : "solid",
                     "size" : 12
                  },
                  "type" : "string"
               },
               {
                  "contents" : "Wide Cell (25.00)",
                  "type" : "string"
               },
               {
                  "contents" : "Bordered Cell w/ Text Wrap",
                  "format" : {
                     "border" : [
                        "thin",
                        "thin",
                        "thin",
                        "thin"
                     ],
                     "border_color" : [
                        null,
                        null,
                        null,
                        null
                     ],
                     "text_wrap" : true
                  },
                  "type" : "string"
               },
               {
                  "contents" : "Middle Valigned",
                  "format" : {
                     "valign" : "vcenter"
                  },
                  "type" : "string"
               },
               {
                  "contents" : "Right Aligned and text wrapped",
                  "format" : {
                     "align" : "right",
                     "text_wrap" : true
                  },
                  "type" : "string"
               }
            ],
            [
               {},
               {},
               {},
               {},
               {}
            ],
            [
               {
                  "contents" : 10,
                  "type" : "number"
               },
               {},
               {},
               {},
               {}
            ],
            [
               {
                  "contents" : 20,
                  "type" : "number"
               },
               {},
               {},
               {
                  "contents" : 2.5,
                  "format" : {
                     "num_format" : "\"$\"#,##0.00"
                  },
                  "type" : "number"
               },
               {
                  "contents" : "<< currency cell",
                  "format" : {
                     "align" : "center",
                     "color" : "#4BACC6",
                     "size" : 12
                  },
                  "type" : "string"
               }
            ],
            [
               {
                  "contents" : 30,
                  "type" : "number"
               },
               {},
               {},
               {},
               {}
            ],
            [
               {
                  "contents" : 60,
                  "formula" : "SUM(A3:A5)",
                  "type" : "number"
               },
               {
                  "contents" : "<< formula cell",
                  "format" : {
                     "align" : "right",
                     "bg_color" : "#EEECE1",
                     "color" : "#F79646",
                     "pattern" : "solid",
                     "size" : 12
                  },
                  "type" : "string"
               },
               {},
               {},
               {}
            ]
         ],
         "column_widths" : [
            10.83203125,
            25.83203125,
            10,
            15,
            18.1640625
         ],
         "name" : "Sheet1",
         "row_heights" : [
            45,
            15,
            15,
            15,
            15,
            15
         ],
         "selection" : [
            3,
            4
         ]
      }
   ]
}