products.json
21.8 KB
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
[
{
"name": "Products",
"rows": [
{
"index": 0,
"height": 40,
"cells": [
{ "value": "Product", "format": "", "background": "#00b050", "color": "#ffffff", "fontSize": 13, "bold": true, "textAlign": "center", "verticalAlign": "center", "index": 0 },
{ "value": "Unit Price", "format": "", "background": "#00b050", "color": "#ffffff", "fontSize": 13, "bold": true, "textAlign": "center", "verticalAlign": "center", "index": 1 },
{ "value": "Units in Stock", "format": "", "background": "#00b050", "color": "#ffffff", "fontSize": 13, "bold": true, "textAlign": "center", "verticalAlign": "center", "index": 2 },
{ "value": "Discontinued", "format": "", "background": "#00b050", "color": "#ffffff", "fontSize": 13, "bold": true, "textAlign": "center", "verticalAlign": "center", "index": 3 }
]
},
{
"index": 1,
"cells": [
{ "value": "Chai", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 18, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 39, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 2,
"cells": [
{ "value": "Chang", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 19, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 17, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 3,
"cells": [
{ "value": "Aniseed Syrup", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 10, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 13, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 4,
"cells": [
{ "value": "Chef Anton's Cajun Seasoning", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 22, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 53, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 5,
"cells": [
{ "value": "Chef Anton's Gumbo Mix", "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 0 },
{ "value": 21.35, "format": "\"$\"#,##0.00", "background": "#ffc7ce", "color": "#9c0006", "index": 1 },
{ "value": 0, "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 2 },
{ "value": "Yes", "format": "", "background": "#ffc7ce", "color": "#9c0006", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 6,
"cells": [
{ "value": "Grandma's Boysenberry Spread", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 25, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 120, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 7,
"cells": [
{ "value": "Uncle Bob's Organic Dried Pears", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 30, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 15, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 8,
"cells": [
{ "value": "Northwoods Cranberry Sauce", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 40, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 6, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 9,
"cells": [
{ "value": "Mishi Kobe Niku", "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 0 },
{ "value": 97, "format": "\"$\"#,##0.00", "background": "#ffc7ce", "color": "#9c0006", "index": 1 },
{ "value": 29, "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 2 },
{ "value": "Yes", "format": "", "background": "#ffc7ce", "color": "#9c0006", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 10,
"cells": [
{ "value": "Ikura", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 31, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 31, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 11,
"cells": [
{ "value": "Queso Cabrales", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 21, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 22, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 12,
"cells": [
{ "value": "Queso Manchego La Pastora", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 38, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 86, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 13,
"cells": [
{ "value": "Konbu", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 6, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 24, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 14,
"cells": [
{ "value": "Tofu", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 23.25, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 35, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 15,
"cells": [
{ "value": "Genen Shouyu", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 15.5, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 39, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 16,
"cells": [
{ "value": "Pavlova", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 17.45, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 29, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 17,
"cells": [
{ "value": "Alice Mutton", "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 0 },
{ "value": 39, "format": "\"$\"#,##0.00", "background": "#ffc7ce", "color": "#9c0006", "index": 1 },
{ "value": 0, "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 2 },
{ "value": "Yes", "format": "", "background": "#ffc7ce", "color": "#9c0006", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 18,
"cells": [
{ "value": "Carnarvon Tigers", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 62.5, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 42, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 19,
"cells": [
{ "value": "Teatime Chocolate Biscuits", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 9.2, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 25, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 20,
"cells": [
{ "value": "Sir Rodney's Marmalade", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 81, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 40, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 21,
"cells": [
{ "value": "Sir Rodney's Scones", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 10, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 3, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 22,
"cells": [
{ "value": "Gustaf's Knackebrod", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 21, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 104, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 23,
"cells": [
{ "value": "Tunnbrod", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 9, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 61, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 24,
"cells": [
{ "value": "Guarana Fantastica", "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 0 },
{ "value": 4.5, "format": "\"$\"#,##0.00", "background": "#ffc7ce", "color": "#9c0006", "index": 1 },
{ "value": 20, "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 2 },
{ "value": "Yes", "format": "", "background": "#ffc7ce", "color": "#9c0006", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 25,
"cells": [
{ "value": "NuNuCa Nuss-Nougat-Creme", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 14, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 76, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 26,
"cells": [
{ "value": "Gumbar Gummibarchen", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 31.23, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 15, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 27,
"cells": [
{ "value": "Schoggi Schokolade", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 43.9, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 49, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 28,
"cells": [
{ "value": "Rossle Sauerkraut", "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 0 },
{ "value": 45.6, "format": "\"$\"#,##0.00", "background": "#ffc7ce", "color": "#9c0006", "index": 1 },
{ "value": 26, "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 2 },
{ "value": "Yes", "format": "", "background": "#ffc7ce", "color": "#9c0006", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 29,
"cells": [
{ "value": "Thuringer Rostbratwurst", "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 0 },
{ "value": 123.79, "format": "\"$\"#,##0.00", "background": "#ffc7ce", "color": "#9c0006", "index": 1 },
{ "value": 0, "format": "", "background": "#ffc7ce", "color": "#9c0006", "index": 2 },
{ "value": "Yes", "format": "", "background": "#ffc7ce", "color": "#9c0006", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 30,
"cells": [
{ "value": "Nord-Ost Matjeshering", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 25.89, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 10, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 31,
"cells": [
{ "value": "Gorgonzola Telino", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 12.5, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 0, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 32,
"cells": [
{ "value": "Mascarpone Fabioli", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 32, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 9, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 33,
"cells": [
{ "value": "Geitost", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 2.5, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 112, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 34,
"cells": [
{ "value": "Sasquatch Ale", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 14, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 111, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 35,
"cells": [
{ "value": "Steeleye Stout", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 18, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 20, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 36,
"cells": [
{ "value": "Inlagd Sill", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 19, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 112, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 37,
"cells": [
{ "value": "Gravad lax", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 26, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 11, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 38,
"cells": [
{ "value": "Cote de Blaye", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 263.5, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 17, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 39,
"cells": [
{ "value": "Chartreuse verte", "format": "", "background": "#f2f2f2", "color": "#000000", "index": 0 },
{ "value": 18, "format": "\"$\"#,##0.00", "background": "#f2f2f2", "color": "#000000", "index": 1 },
{ "value": 69, "format": "", "background": "#f2f2f2", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#f2f2f2", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
},
{
"index": 40,
"cells": [
{ "value": "Boston Crab Meat", "format": "", "background": "#ffffff", "color": "#000000", "index": 0 },
{ "value": 18.4, "format": "\"$\"#,##0.00", "background": "#ffffff", "color": "#000000", "index": 1 },
{ "value": 123, "format": "", "background": "#ffffff", "color": "#000000", "index": 2 },
{ "value": "No", "format": "", "background": "#ffffff", "color": "#00b050", "bold": true, "textAlign": "center", "index": 3 }
]
}
],
"columns": [
{
"index": 0,
"width": 280
},
{
"index": 1,
"width": 120
},
{
"index": 2,
"width": 120
},
{
"index": 3,
"width": 120
}
],
"selection": "C6:C6",
"activeCell": "C6:C6",
"frozenRows": 0,
"frozenColumns": 0,
"mergedCells": []
}
]