google-cells 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +26 -0
  3. data/.ruby-gemset +1 -0
  4. data/.ruby-version +2 -0
  5. data/CHANGELOG.md +28 -0
  6. data/Gemfile +4 -0
  7. data/Gemfile.lock +73 -0
  8. data/LICENSE.txt +22 -0
  9. data/README.md +75 -0
  10. data/Rakefile +4 -0
  11. data/examples/oauth2_service_account.rb +17 -0
  12. data/examples/oauth2_web_flow.rb +66 -0
  13. data/examples/sinatra/routes.rb +21 -0
  14. data/google_cells.gemspec +30 -0
  15. data/lib/google_cells.rb +80 -0
  16. data/lib/google_cells/author.rb +7 -0
  17. data/lib/google_cells/cell.rb +32 -0
  18. data/lib/google_cells/cell_selector.rb +18 -0
  19. data/lib/google_cells/cell_selector/row_selector.rb +70 -0
  20. data/lib/google_cells/fetcher.rb +27 -0
  21. data/lib/google_cells/folder.rb +7 -0
  22. data/lib/google_cells/google_object.rb +31 -0
  23. data/lib/google_cells/reader.rb +19 -0
  24. data/lib/google_cells/row.rb +7 -0
  25. data/lib/google_cells/spreadsheet.rb +179 -0
  26. data/lib/google_cells/url_helper.rb +37 -0
  27. data/lib/google_cells/util.rb +17 -0
  28. data/lib/google_cells/version.rb +3 -0
  29. data/lib/google_cells/worksheet.rb +63 -0
  30. data/spec/google_cells/cell_selector/row_selector_spec.rb +104 -0
  31. data/spec/google_cells/cell_selector_spec.rb +26 -0
  32. data/spec/google_cells/fetcher_spec.rb +21 -0
  33. data/spec/google_cells/google_object_spec.rb +18 -0
  34. data/spec/google_cells/reader_spec.rb +24 -0
  35. data/spec/google_cells/spreadsheet_spec.rb +171 -0
  36. data/spec/google_cells/url_helper_spec.rb +15 -0
  37. data/spec/google_cells/worksheet_spec.rb +69 -0
  38. data/spec/google_cells_spec.rb +13 -0
  39. data/spec/spec_helper.rb +30 -0
  40. data/spec/vcr_cassettes/google_cells/cell_selector/each.yml +9147 -0
  41. data/spec/vcr_cassettes/google_cells/cell_selector/find_each.yml +10272 -0
  42. data/spec/vcr_cassettes/google_cells/cell_selector/find_each/selection.yml +947 -0
  43. data/spec/vcr_cassettes/google_cells/fetcher.yml +144 -0
  44. data/spec/vcr_cassettes/google_cells/reader.yml +144 -0
  45. data/spec/vcr_cassettes/google_cells/spreadsheet/cell_selector/worksheet.yml +276 -0
  46. data/spec/vcr_cassettes/google_cells/spreadsheet/copy.yml +447 -0
  47. data/spec/vcr_cassettes/google_cells/spreadsheet/copy/content.yml +18555 -0
  48. data/spec/vcr_cassettes/google_cells/spreadsheet/enfold.yml +259 -0
  49. data/spec/vcr_cassettes/google_cells/spreadsheet/folders.yml +319 -0
  50. data/spec/vcr_cassettes/google_cells/spreadsheet/get.yml +135 -0
  51. data/spec/vcr_cassettes/google_cells/spreadsheet/list.yml +276 -0
  52. data/spec/vcr_cassettes/google_cells/spreadsheet/worksheets.yml +276 -0
  53. data/spec/vcr_cassettes/google_cells/worksheet/save.yml +9555 -0
  54. data/spec/vcr_cassettes/google_cells/worksheets.yml +145 -0
  55. metadata +250 -0
@@ -0,0 +1,947 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://accounts.google.com/o/oauth2/token
6
+ body:
7
+ encoding: ASCII-8BIT
8
+ string: grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer&assertion=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiIxOTQ1Nzg3NTQyOTVAZGV2ZWxvcGVyLmdzZXJ2aWNlYWNjb3VudC5jb20iLCJzY29wZSI6Imh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL2F1dGgvZHJpdmUgaHR0cHM6Ly9zcHJlYWRzaGVldHMuZ29vZ2xlLmNvbS9mZWVkcyIsImF1ZCI6Imh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi90b2tlbiIsImV4cCI6MTM5MzE3NTkwOSwiaWF0IjoxMzkzMTc1Nzg5fQ.U9j-HuBY-uzeXhBPWLu1jggmHm6tKjx0HpZMQT5rrvWFh-TWYw5vvmnhIDdDkL8_2AiJ-Y0i5EojWU6HKKAeIdWVWKbPYlYrAcfSj0J7RrsrXCETmNX8j-xKfxv4H94QKdcwFULCcjIpUhhr4IpHNeGfBkkMDUlK7ZJx10Y96Cg
9
+ headers:
10
+ Cache-Control:
11
+ - no-store
12
+ Content-Type:
13
+ - application/x-www-form-urlencoded
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ Accept:
17
+ - "*/*"
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ Cache-Control:
26
+ - no-cache, no-store, max-age=0, must-revalidate
27
+ Pragma:
28
+ - no-cache
29
+ Expires:
30
+ - Fri, 01 Jan 1990 00:00:00 GMT
31
+ Date:
32
+ - Sun, 23 Feb 2014 17:17:28 GMT
33
+ Content-Type:
34
+ - application/json
35
+ X-Content-Type-Options:
36
+ - nosniff
37
+ X-Frame-Options:
38
+ - SAMEORIGIN
39
+ X-Xss-Protection:
40
+ - 1; mode=block
41
+ Server:
42
+ - GSE
43
+ Alternate-Protocol:
44
+ - 443:quic
45
+ Transfer-Encoding:
46
+ - chunked
47
+ body:
48
+ encoding: UTF-8
49
+ string: |-
50
+ {
51
+ "access_token" : "ya29.1.AADtN_WFhPli3Md0zDHMDUZ4SmMTzZNZf35yMk6gROraIH5PhvMxM9uM1Cb1u1DJuw",
52
+ "token_type" : "Bearer",
53
+ "expires_in" : 3600
54
+ }
55
+ http_version:
56
+ recorded_at: Sun, 23 Feb 2014 17:17:30 GMT
57
+ - request:
58
+ method: get
59
+ uri: https://spreadsheets.google.com/feeds/spreadsheets/private/full
60
+ body:
61
+ encoding: UTF-8
62
+ string: ''
63
+ headers:
64
+ User-Agent:
65
+ - |-
66
+ GoogleCells App/0.0.3 google-api-ruby-client/0.7.1 Mac OS X/10.8.5
67
+ (gzip)
68
+ Accept-Encoding:
69
+ - gzip
70
+ Content-Type:
71
+ - ''
72
+ Authorization:
73
+ - Bearer ya29.1.AADtN_WFhPli3Md0zDHMDUZ4SmMTzZNZf35yMk6gROraIH5PhvMxM9uM1Cb1u1DJuw
74
+ Cache-Control:
75
+ - no-store
76
+ Accept:
77
+ - "*/*"
78
+ response:
79
+ status:
80
+ code: 200
81
+ message: OK
82
+ headers:
83
+ Content-Type:
84
+ - application/atom+xml; charset=UTF-8
85
+ Expires:
86
+ - Sun, 23 Feb 2014 17:17:28 GMT
87
+ Date:
88
+ - Sun, 23 Feb 2014 17:17:28 GMT
89
+ Cache-Control:
90
+ - private, max-age=0, must-revalidate, no-transform
91
+ Vary:
92
+ - Accept, X-GData-Authorization, GData-Version
93
+ Gdata-Version:
94
+ - '1.0'
95
+ Last-Modified:
96
+ - Sun, 23 Feb 2014 17:17:28 GMT
97
+ Transfer-Encoding:
98
+ - chunked
99
+ Set-Cookie:
100
+ - NID=67=OGend7MZ5s7oaAqE5iU00Fd2qNoWM-dM1cVbsjy3ftCKtrFVaVa9h_6j861uVeGHEkPDffNDfmcnejb5PtvnQY2W-23N0HY-ib3u0viORJ36pPnEMsBpzx0xEc9mxJ3k;Domain=.google.com;Path=/;Expires=Mon,
101
+ 25-Aug-2014 17:17:28 GMT;HttpOnly
102
+ P3p:
103
+ - CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657
104
+ for more info."
105
+ X-Content-Type-Options:
106
+ - nosniff
107
+ X-Frame-Options:
108
+ - SAMEORIGIN
109
+ X-Xss-Protection:
110
+ - 1; mode=block
111
+ Server:
112
+ - GSE
113
+ Alternate-Protocol:
114
+ - 443:quic
115
+ body:
116
+ encoding: ASCII-8BIT
117
+ string: "<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom'
118
+ xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>https://spreadsheets.google.com/feeds/spreadsheets/private/full</id><updated>2014-02-23T17:17:28.446Z</updated><category
119
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#spreadsheet'/><title
120
+ type='text'>Available Spreadsheets - 194578754295@developer.gserviceaccount.com</title><link
121
+ rel='alternate' type='text/html' href='http://docs.google.com'/><link rel='http://schemas.google.com/g/2005#feed'
122
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/spreadsheets/private/full'/><link
123
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/spreadsheets/private/full'/><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><entry><id>https://spreadsheets.google.com/feeds/spreadsheets/private/full/tqr4sp_CcLuHVOYKgnCjmRQ</id><updated>2014-02-23T17:11:22.665Z</updated><category
124
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#spreadsheet'/><title
125
+ type='text'>My Spreadsheet</title><content type='text'>My Spreadsheet</content><link
126
+ rel='http://schemas.google.com/spreadsheets/2006#worksheetsfeed' type='application/atom+xml'
127
+ href='https://spreadsheets.google.com/feeds/worksheets/tqr4sp_CcLuHVOYKgnCjmRQ/private/full'/><link
128
+ rel='alternate' type='text/html' href='https://spreadsheets.google.com/ccc?key=0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE'/><link
129
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/spreadsheets/private/full/tqr4sp_CcLuHVOYKgnCjmRQ'/><author><name>194578754295</name><email>194578754295@developer.gserviceaccount.com</email></author></entry><entry><id>https://spreadsheets.google.com/feeds/spreadsheets/private/full/t-2GqcZyylK76PuAi9qaUUQ</id><updated>2014-02-23T03:46:36.938Z</updated><category
130
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#spreadsheet'/><title
131
+ type='text'>My Spreadsheet</title><content type='text'>My Spreadsheet</content><link
132
+ rel='http://schemas.google.com/spreadsheets/2006#worksheetsfeed' type='application/atom+xml'
133
+ href='https://spreadsheets.google.com/feeds/worksheets/t-2GqcZyylK76PuAi9qaUUQ/private/full'/><link
134
+ rel='alternate' type='text/html' href='https://spreadsheets.google.com/ccc?key=0ApTxW-6l0Ch_dC0yR3FjWnl5bEs3NlB1QWk5cWFVVVE'/><link
135
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/spreadsheets/private/full/t-2GqcZyylK76PuAi9qaUUQ'/><author><name>194578754295</name><email>194578754295@developer.gserviceaccount.com</email></author></entry><entry><id>https://spreadsheets.google.com/feeds/spreadsheets/private/full/tUEEknHRVNmWyhQuKv1l-Bw</id><updated>2014-02-23T02:25:18.152Z</updated><category
136
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#spreadsheet'/><title
137
+ type='text'>My Spreadsheet</title><content type='text'>My Spreadsheet</content><link
138
+ rel='http://schemas.google.com/spreadsheets/2006#worksheetsfeed' type='application/atom+xml'
139
+ href='https://spreadsheets.google.com/feeds/worksheets/tUEEknHRVNmWyhQuKv1l-Bw/private/full'/><link
140
+ rel='alternate' type='text/html' href='https://spreadsheets.google.com/ccc?key=0AsfWTr-e4bf1dFVFRWtuSFJWTm1XeWhRdUt2MWwtQnc'/><link
141
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/spreadsheets/private/full/tUEEknHRVNmWyhQuKv1l-Bw'/><author><name>194578754295</name><email>194578754295@developer.gserviceaccount.com</email></author></entry></feed>"
142
+ http_version:
143
+ recorded_at: Sun, 23 Feb 2014 17:17:30 GMT
144
+ - request:
145
+ method: post
146
+ uri: https://accounts.google.com/o/oauth2/token
147
+ body:
148
+ encoding: ASCII-8BIT
149
+ string: grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer&assertion=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiIxOTQ1Nzg3NTQyOTVAZGV2ZWxvcGVyLmdzZXJ2aWNlYWNjb3VudC5jb20iLCJzY29wZSI6Imh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL2F1dGgvZHJpdmUgaHR0cHM6Ly9zcHJlYWRzaGVldHMuZ29vZ2xlLmNvbS9mZWVkcyIsImF1ZCI6Imh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi90b2tlbiIsImV4cCI6MTM5MzE3NTkxMCwiaWF0IjoxMzkzMTc1NzkwfQ.OKhmqg3ig_G-d0NseTZIXPEzE4uCcWcd68d7u3BgTF_fHgURpiTVhD3ItM04dXulQwEJaeNP0agmPBihv2rThFpLQpThDbi1HqxhVkUjzyhstLmz1N4Kqn8He7cCKx4Pas-AYo6YdAnh0QItZvywZirgOt971cHaESfRO4V41Rg
150
+ headers:
151
+ Cache-Control:
152
+ - no-store
153
+ Content-Type:
154
+ - application/x-www-form-urlencoded
155
+ Accept-Encoding:
156
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
157
+ Accept:
158
+ - "*/*"
159
+ User-Agent:
160
+ - Ruby
161
+ response:
162
+ status:
163
+ code: 200
164
+ message: OK
165
+ headers:
166
+ Cache-Control:
167
+ - no-cache, no-store, max-age=0, must-revalidate
168
+ Pragma:
169
+ - no-cache
170
+ Expires:
171
+ - Fri, 01 Jan 1990 00:00:00 GMT
172
+ Date:
173
+ - Sun, 23 Feb 2014 17:17:28 GMT
174
+ Content-Type:
175
+ - application/json
176
+ X-Content-Type-Options:
177
+ - nosniff
178
+ X-Frame-Options:
179
+ - SAMEORIGIN
180
+ X-Xss-Protection:
181
+ - 1; mode=block
182
+ Server:
183
+ - GSE
184
+ Alternate-Protocol:
185
+ - 443:quic
186
+ Transfer-Encoding:
187
+ - chunked
188
+ body:
189
+ encoding: UTF-8
190
+ string: |-
191
+ {
192
+ "access_token" : "ya29.1.AADtN_WFhPli3Md0zDHMDUZ4SmMTzZNZf35yMk6gROraIH5PhvMxM9uM1Cb1u1DJuw",
193
+ "token_type" : "Bearer",
194
+ "expires_in" : 3600
195
+ }
196
+ http_version:
197
+ recorded_at: Sun, 23 Feb 2014 17:17:30 GMT
198
+ - request:
199
+ method: get
200
+ uri: https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full
201
+ body:
202
+ encoding: UTF-8
203
+ string: ''
204
+ headers:
205
+ User-Agent:
206
+ - |-
207
+ GoogleCells App/0.0.3 google-api-ruby-client/0.7.1 Mac OS X/10.8.5
208
+ (gzip)
209
+ Accept-Encoding:
210
+ - gzip
211
+ Content-Type:
212
+ - ''
213
+ Authorization:
214
+ - Bearer ya29.1.AADtN_WFhPli3Md0zDHMDUZ4SmMTzZNZf35yMk6gROraIH5PhvMxM9uM1Cb1u1DJuw
215
+ Cache-Control:
216
+ - no-store
217
+ Accept:
218
+ - "*/*"
219
+ response:
220
+ status:
221
+ code: 200
222
+ message: OK
223
+ headers:
224
+ Content-Type:
225
+ - application/atom+xml; charset=UTF-8
226
+ Expires:
227
+ - Sun, 23 Feb 2014 17:17:29 GMT
228
+ Date:
229
+ - Sun, 23 Feb 2014 17:17:29 GMT
230
+ Cache-Control:
231
+ - private, max-age=0, must-revalidate, no-transform
232
+ Vary:
233
+ - Accept, X-GData-Authorization, GData-Version
234
+ Gdata-Version:
235
+ - '1.0'
236
+ Last-Modified:
237
+ - Sun, 23 Feb 2014 17:11:22 GMT
238
+ Transfer-Encoding:
239
+ - chunked
240
+ Set-Cookie:
241
+ - NID=67=vL0CPKtgO0k7edUhLVxeby4jPuldGqUCgKMkgTH3jfftbb0jho-va4A2Q6pDODijRI2l-2mO_RQjcMbyoYbWC-RYrtleTcz3cCif7b55_7qwrJwpi-oeIXXO6fKDnxbu;Domain=.google.com;Path=/;Expires=Mon,
242
+ 25-Aug-2014 17:17:29 GMT;HttpOnly
243
+ P3p:
244
+ - CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657
245
+ for more info."
246
+ X-Content-Type-Options:
247
+ - nosniff
248
+ X-Frame-Options:
249
+ - SAMEORIGIN
250
+ X-Xss-Protection:
251
+ - 1; mode=block
252
+ Server:
253
+ - GSE
254
+ Alternate-Protocol:
255
+ - 443:quic
256
+ body:
257
+ encoding: ASCII-8BIT
258
+ string: "<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom'
259
+ xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gs='http://schemas.google.com/spreadsheets/2006'><id>https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full</id><updated>2014-02-23T17:11:22.665Z</updated><category
260
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#worksheet'/><title
261
+ type='text'>My Spreadsheet</title><link rel='alternate' type='text/html' href='https://spreadsheets.google.com/ccc?key=0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE'/><link
262
+ rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full'/><link
263
+ rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full'/><link
264
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full'/><author><name>194578754295</name><email>194578754295@developer.gserviceaccount.com</email></author><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><entry><id>https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full/od6</id><updated>2014-02-23T17:11:22.665Z</updated><category
265
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#worksheet'/><title
266
+ type='text'>Sheet1</title><content type='text'>Sheet1</content><link rel='http://schemas.google.com/spreadsheets/2006#listfeed'
267
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/list/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full'/><link
268
+ rel='http://schemas.google.com/spreadsheets/2006#cellsfeed' type='application/atom+xml'
269
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full'/><link
270
+ rel='http://schemas.google.com/visualization/2008#visualizationApi' type='application/atom+xml'
271
+ href='https://spreadsheets.google.com/tq?key=0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE&amp;sheet=od6'/><link
272
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full/od6'/><link
273
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/worksheets/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/private/full/od6/dpu7zbnj8o'/><gs:rowCount>100</gs:rowCount><gs:colCount>18</gs:colCount></entry></feed>"
274
+ http_version:
275
+ recorded_at: Sun, 23 Feb 2014 17:17:31 GMT
276
+ - request:
277
+ method: post
278
+ uri: https://accounts.google.com/o/oauth2/token
279
+ body:
280
+ encoding: ASCII-8BIT
281
+ string: grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer&assertion=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiIxOTQ1Nzg3NTQyOTVAZGV2ZWxvcGVyLmdzZXJ2aWNlYWNjb3VudC5jb20iLCJzY29wZSI6Imh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL2F1dGgvZHJpdmUgaHR0cHM6Ly9zcHJlYWRzaGVldHMuZ29vZ2xlLmNvbS9mZWVkcyIsImF1ZCI6Imh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi90b2tlbiIsImV4cCI6MTM5MzE3NTkxMSwiaWF0IjoxMzkzMTc1NzkxfQ.XszR_njHGitimuuXi4e8-zY_p7iyWTdL5-Ro4lKEEOtcoOZI6RqSiyhZhGyEAHUZ6sehgnzDQhOkrseQp6b6Rcq9LKRgU3WXfl1nHw98TFOo6MyhBqnBWZW5qGZ1AqokpUf30U-cRjBvMGM4u3t0y7TAQd7kmsQ4ZwLJzZJV128
282
+ headers:
283
+ Cache-Control:
284
+ - no-store
285
+ Content-Type:
286
+ - application/x-www-form-urlencoded
287
+ Accept-Encoding:
288
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
289
+ Accept:
290
+ - "*/*"
291
+ User-Agent:
292
+ - Ruby
293
+ response:
294
+ status:
295
+ code: 200
296
+ message: OK
297
+ headers:
298
+ Cache-Control:
299
+ - no-cache, no-store, max-age=0, must-revalidate
300
+ Pragma:
301
+ - no-cache
302
+ Expires:
303
+ - Fri, 01 Jan 1990 00:00:00 GMT
304
+ Date:
305
+ - Sun, 23 Feb 2014 17:17:29 GMT
306
+ Content-Type:
307
+ - application/json
308
+ X-Content-Type-Options:
309
+ - nosniff
310
+ X-Frame-Options:
311
+ - SAMEORIGIN
312
+ X-Xss-Protection:
313
+ - 1; mode=block
314
+ Server:
315
+ - GSE
316
+ Alternate-Protocol:
317
+ - 443:quic
318
+ Transfer-Encoding:
319
+ - chunked
320
+ body:
321
+ encoding: UTF-8
322
+ string: |-
323
+ {
324
+ "access_token" : "ya29.1.AADtN_U61g7ONvJr0MwsEVr6zhEeXg2W-36u-TtwLwlqPp7NRMhYRY5scbLqbWYs9Q",
325
+ "token_type" : "Bearer",
326
+ "expires_in" : 3600
327
+ }
328
+ http_version:
329
+ recorded_at: Sun, 23 Feb 2014 17:17:31 GMT
330
+ - request:
331
+ method: get
332
+ uri: https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full?max-row=10&min-row=5&return-empty=true
333
+ body:
334
+ encoding: UTF-8
335
+ string: ''
336
+ headers:
337
+ User-Agent:
338
+ - |-
339
+ GoogleCells App/0.0.3 google-api-ruby-client/0.7.1 Mac OS X/10.8.5
340
+ (gzip)
341
+ Accept-Encoding:
342
+ - gzip
343
+ Content-Type:
344
+ - ''
345
+ Authorization:
346
+ - Bearer ya29.1.AADtN_U61g7ONvJr0MwsEVr6zhEeXg2W-36u-TtwLwlqPp7NRMhYRY5scbLqbWYs9Q
347
+ Cache-Control:
348
+ - no-store
349
+ Accept:
350
+ - "*/*"
351
+ response:
352
+ status:
353
+ code: 200
354
+ message: OK
355
+ headers:
356
+ Content-Type:
357
+ - application/atom+xml; charset=UTF-8
358
+ Expires:
359
+ - Sun, 23 Feb 2014 17:17:29 GMT
360
+ Date:
361
+ - Sun, 23 Feb 2014 17:17:29 GMT
362
+ Cache-Control:
363
+ - private, max-age=0, must-revalidate, no-transform
364
+ Vary:
365
+ - Accept, X-GData-Authorization, GData-Version
366
+ Gdata-Version:
367
+ - '1.0'
368
+ Last-Modified:
369
+ - Sun, 23 Feb 2014 17:11:22 GMT
370
+ Transfer-Encoding:
371
+ - chunked
372
+ Set-Cookie:
373
+ - NID=67=BcD0z_TLwqfIvcdwFiP2n6lJD4jJSc4fdLK6Ad3oSg-8Og0mfwSa595b-yTYU7LBXB7ANpWdXc7EirQhgwX5qkhNn-Dzvs7som_2uo95RSyoxqyqo7a8i1PZtONHnuKL;Domain=.google.com;Path=/;Expires=Mon,
374
+ 25-Aug-2014 17:17:29 GMT;HttpOnly
375
+ P3p:
376
+ - CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657
377
+ for more info."
378
+ X-Content-Type-Options:
379
+ - nosniff
380
+ X-Frame-Options:
381
+ - SAMEORIGIN
382
+ X-Xss-Protection:
383
+ - 1; mode=block
384
+ Server:
385
+ - GSE
386
+ Alternate-Protocol:
387
+ - 443:quic
388
+ body:
389
+ encoding: ASCII-8BIT
390
+ string: "<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom'
391
+ xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gs='http://schemas.google.com/spreadsheets/2006'
392
+ xmlns:batch='http://schemas.google.com/gdata/batch'><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full</id><updated>2014-02-23T17:11:22.665Z</updated><category
393
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
394
+ type='text'>Sheet1</title><link rel='alternate' type='text/html' href='https://spreadsheets.google.com/ccc?key=0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE'/><link
395
+ rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full'/><link
396
+ rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full'/><link
397
+ rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/batch'/><link
398
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full?return-empty=true&amp;max-row=10&amp;min-row=5'/><author><name>194578754295</name><email>194578754295@developer.gserviceaccount.com</email></author><openSearch:totalResults>108</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><gs:rowCount>100</gs:rowCount><gs:colCount>18</gs:colCount><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C1</id><updated>2014-02-23T17:11:22.665Z</updated><category
399
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
400
+ type='text'>A5</title><content type='text'>item12</content><link rel='self'
401
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C1'/><link
402
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C1/g0nkok'/><gs:cell
403
+ row='5' col='1' inputValue='item12'>item12</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C2</id><updated>2014-02-23T17:11:22.665Z</updated><category
404
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
405
+ type='text'>B5</title><content type='text'>12</content><link rel='self' type='application/atom+xml'
406
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C2'/><link
407
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C2/a58v5'/><gs:cell
408
+ row='5' col='2' inputValue='12' numericValue='12.0'>12</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C3</id><updated>2014-02-23T17:11:22.665Z</updated><category
409
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
410
+ type='text'>C5</title><content type='text'>6/12/2013</content><link rel='self'
411
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C3'/><link
412
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C3/mznu45'/><gs:cell
413
+ row='5' col='3' inputValue='6/12/2013' numericValue='41437.0'>6/12/2013</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C4</id><updated>2014-02-23T17:11:22.665Z</updated><category
414
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
415
+ type='text'>D5</title><content type='text'>41437.725</content><link rel='self'
416
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C4'/><link
417
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C4/7qwpc7'/><gs:cell
418
+ row='5' col='4' inputValue='41437.725' numericValue='41437.725'>41437.725</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C5</id><updated>2014-02-23T17:11:22.665Z</updated><category
419
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
420
+ type='text'>E5</title><content type='text'>$14.40</content><link rel='self'
421
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C5'/><link
422
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C5/ixmhs3'/><gs:cell
423
+ row='5' col='5' inputValue='$14.40' numericValue='14.4'>$14.40</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C6</id><updated>2014-02-23T17:11:22.665Z</updated><category
424
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
425
+ type='text'>F5</title><content type='text'>yellow</content><link rel='self'
426
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C6'/><link
427
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C6/mjabn8'/><gs:cell
428
+ row='5' col='6' inputValue='yellow'>yellow</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C7</id><updated>2014-02-23T17:11:22.665Z</updated><category
429
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
430
+ type='text'>G5</title><content type='text'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number12.jpg</content><link
431
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C7'/><link
432
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C7/ds4plj'/><gs:cell
433
+ row='5' col='7' inputValue='http://www.kidsmathgamesonline.com/images/pictures/numbers600/number12.jpg'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number12.jpg</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C8</id><updated>2014-02-23T17:11:22.665Z</updated><category
434
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
435
+ type='text'>H5</title><content type='text'>1248 Union Street, Bridgeville,
436
+ PA</content><link rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C8'/><link
437
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C8/1yv4wb'/><gs:cell
438
+ row='5' col='8' inputValue='1248 Union Street, Bridgeville, PA'>1248 Union
439
+ Street, Bridgeville, PA</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C9</id><updated>2014-02-23T17:11:22.665Z</updated><category
440
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
441
+ type='text'>I5</title><content type='text'></content><link rel='self' type='application/atom+xml'
442
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C9'/><link
443
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C9/2s1k3k'/><gs:cell
444
+ row='5' col='9' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C10</id><updated>2014-02-23T17:11:22.665Z</updated><category
445
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
446
+ type='text'>J5</title><content type='text'></content><link rel='self' type='application/atom+xml'
447
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C10'/><link
448
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C10/3215hc'/><gs:cell
449
+ row='5' col='10' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C11</id><updated>2014-02-23T17:11:22.665Z</updated><category
450
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
451
+ type='text'>K5</title><content type='text'></content><link rel='self' type='application/atom+xml'
452
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C11'/><link
453
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C11/3c0qv4'/><gs:cell
454
+ row='5' col='11' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C12</id><updated>2014-02-23T17:11:22.665Z</updated><category
455
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
456
+ type='text'>L5</title><content type='text'></content><link rel='self' type='application/atom+xml'
457
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C12'/><link
458
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C12/3m0c8w'/><gs:cell
459
+ row='5' col='12' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C13</id><updated>2014-02-23T17:11:22.665Z</updated><category
460
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
461
+ type='text'>M5</title><content type='text'></content><link rel='self' type='application/atom+xml'
462
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C13'/><link
463
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C13/3vzxmo'/><gs:cell
464
+ row='5' col='13' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C14</id><updated>2014-02-23T17:11:22.665Z</updated><category
465
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
466
+ type='text'>N5</title><content type='text'></content><link rel='self' type='application/atom+xml'
467
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C14'/><link
468
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C14/45zj0g'/><gs:cell
469
+ row='5' col='14' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C15</id><updated>2014-02-23T17:11:22.665Z</updated><category
470
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
471
+ type='text'>O5</title><content type='text'></content><link rel='self' type='application/atom+xml'
472
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C15'/><link
473
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C15/4fz4e8'/><gs:cell
474
+ row='5' col='15' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C16</id><updated>2014-02-23T17:11:22.665Z</updated><category
475
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
476
+ type='text'>P5</title><content type='text'></content><link rel='self' type='application/atom+xml'
477
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C16'/><link
478
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C16/4pyps0'/><gs:cell
479
+ row='5' col='16' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C17</id><updated>2014-02-23T17:11:22.665Z</updated><category
480
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
481
+ type='text'>Q5</title><content type='text'></content><link rel='self' type='application/atom+xml'
482
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C17'/><link
483
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C17/4zyb5s'/><gs:cell
484
+ row='5' col='17' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C18</id><updated>2014-02-23T17:11:22.665Z</updated><category
485
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
486
+ type='text'>R5</title><content type='text'></content><link rel='self' type='application/atom+xml'
487
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C18'/><link
488
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R5C18/59xwjk'/><gs:cell
489
+ row='5' col='18' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C1</id><updated>2014-02-23T17:11:22.665Z</updated><category
490
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
491
+ type='text'>A6</title><content type='text'>item13</content><link rel='self'
492
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C1'/><link
493
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C1/g0m645'/><gs:cell
494
+ row='6' col='1' inputValue='item13'>item13</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C2</id><updated>2014-02-23T17:11:22.665Z</updated><category
495
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
496
+ type='text'>B6</title><content type='text'>13</content><link rel='self' type='application/atom+xml'
497
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C2'/><link
498
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C2/a6nfm'/><gs:cell
499
+ row='6' col='2' inputValue='13' numericValue='13.0'>13</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C3</id><updated>2014-02-23T17:11:22.665Z</updated><category
500
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
501
+ type='text'>C6</title><content type='text'>6/10/2013</content><link rel='self'
502
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C3'/><link
503
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C3/m1arcn'/><gs:cell
504
+ row='6' col='3' inputValue='6/10/2013' numericValue='41435.0'>6/10/2013</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C4</id><updated>2014-02-23T17:11:22.665Z</updated><category
505
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
506
+ type='text'>D6</title><content type='text'>41435.131</content><link rel='self'
507
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C4'/><link
508
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C4/7prl5m'/><gs:cell
509
+ row='6' col='4' inputValue='41435.131' numericValue='41435.131'>41435.131</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C5</id><updated>2014-02-23T17:11:22.665Z</updated><category
510
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
511
+ type='text'>E6</title><content type='text'>$4</content><link rel='self' type='application/atom+xml'
512
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C5'/><link
513
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C5/145f9s'/><gs:cell
514
+ row='6' col='5' inputValue='$4' numericValue='4.0'>$4</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C6</id><updated>2014-02-23T17:11:22.665Z</updated><category
515
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
516
+ type='text'>F6</title><content type='text'>blue</content><link rel='self'
517
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C6'/><link
518
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C6/1fmmvu'/><gs:cell
519
+ row='6' col='6' inputValue='blue'>blue</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C7</id><updated>2014-02-23T17:11:22.665Z</updated><category
520
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
521
+ type='text'>G6</title><content type='text'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number13.jpg</content><link
522
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C7'/><link
523
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C7/dsn3mg'/><gs:cell
524
+ row='6' col='7' inputValue='http://www.kidsmathgamesonline.com/images/pictures/numbers600/number13.jpg'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number13.jpg</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C8</id><updated>2014-02-23T17:11:22.665Z</updated><category
525
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
526
+ type='text'>H6</title><content type='text'>137 East Sycamore Street, Pittsburgh,
527
+ PA</content><link rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C8'/><link
528
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C8/j03oi9'/><gs:cell
529
+ row='6' col='8' inputValue='137 East Sycamore Street, Pittsburgh, PA'>137
530
+ East Sycamore Street, Pittsburgh, PA</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C9</id><updated>2014-02-23T17:11:22.665Z</updated><category
531
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
532
+ type='text'>I6</title><content type='text'></content><link rel='self' type='application/atom+xml'
533
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C9'/><link
534
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C9/2s2yo0'/><gs:cell
535
+ row='6' col='9' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C10</id><updated>2014-02-23T17:11:22.665Z</updated><category
536
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
537
+ type='text'>J6</title><content type='text'></content><link rel='self' type='application/atom+xml'
538
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C10'/><link
539
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C10/322k1s'/><gs:cell
540
+ row='6' col='10' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C11</id><updated>2014-02-23T17:11:22.665Z</updated><category
541
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
542
+ type='text'>K6</title><content type='text'></content><link rel='self' type='application/atom+xml'
543
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C11'/><link
544
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C11/3c25fk'/><gs:cell
545
+ row='6' col='11' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C12</id><updated>2014-02-23T17:11:22.665Z</updated><category
546
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
547
+ type='text'>L6</title><content type='text'></content><link rel='self' type='application/atom+xml'
548
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C12'/><link
549
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C12/3m1qtc'/><gs:cell
550
+ row='6' col='12' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C13</id><updated>2014-02-23T17:11:22.665Z</updated><category
551
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
552
+ type='text'>M6</title><content type='text'></content><link rel='self' type='application/atom+xml'
553
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C13'/><link
554
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C13/3w1c74'/><gs:cell
555
+ row='6' col='13' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C14</id><updated>2014-02-23T17:11:22.665Z</updated><category
556
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
557
+ type='text'>N6</title><content type='text'></content><link rel='self' type='application/atom+xml'
558
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C14'/><link
559
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C14/460xkw'/><gs:cell
560
+ row='6' col='14' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C15</id><updated>2014-02-23T17:11:22.665Z</updated><category
561
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
562
+ type='text'>O6</title><content type='text'></content><link rel='self' type='application/atom+xml'
563
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C15'/><link
564
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C15/4g0iyo'/><gs:cell
565
+ row='6' col='15' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C16</id><updated>2014-02-23T17:11:22.665Z</updated><category
566
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
567
+ type='text'>P6</title><content type='text'></content><link rel='self' type='application/atom+xml'
568
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C16'/><link
569
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C16/4q04cg'/><gs:cell
570
+ row='6' col='16' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C17</id><updated>2014-02-23T17:11:22.665Z</updated><category
571
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
572
+ type='text'>Q6</title><content type='text'></content><link rel='self' type='application/atom+xml'
573
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C17'/><link
574
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C17/4zzpq8'/><gs:cell
575
+ row='6' col='17' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C18</id><updated>2014-02-23T17:11:22.665Z</updated><category
576
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
577
+ type='text'>R6</title><content type='text'></content><link rel='self' type='application/atom+xml'
578
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C18'/><link
579
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R6C18/59zb40'/><gs:cell
580
+ row='6' col='18' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C1</id><updated>2014-02-23T17:11:22.665Z</updated><category
581
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
582
+ type='text'>A7</title><content type='text'>item14</content><link rel='self'
583
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C1'/><link
584
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C1/g0krjq'/><gs:cell
585
+ row='7' col='1' inputValue='item14'>item14</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C2</id><updated>2014-02-23T17:11:22.665Z</updated><category
586
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
587
+ type='text'>B7</title><content type='text'>14</content><link rel='self' type='application/atom+xml'
588
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C2'/><link
589
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C2/a8203'/><gs:cell
590
+ row='7' col='2' inputValue='14' numericValue='14.0'>14</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C3</id><updated>2014-02-23T17:11:22.665Z</updated><category
591
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
592
+ type='text'>C7</title><content type='text'>4/29/2013</content><link rel='self'
593
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C3'/><link
594
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C3/tq3f0t'/><gs:cell
595
+ row='7' col='3' inputValue='4/29/2013' numericValue='41393.0'>4/29/2013</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C4</id><updated>2014-02-23T17:11:22.665Z</updated><category
596
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
597
+ type='text'>D7</title><content type='text'>41393.404</content><link rel='self'
598
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C4'/><link
599
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C4/u8sim2'/><gs:cell
600
+ row='7' col='4' inputValue='41393.404' numericValue='41393.404'>41393.404</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C5</id><updated>2014-02-23T17:11:22.665Z</updated><category
601
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
602
+ type='text'>E7</title><content type='text'>$37.60</content><link rel='self'
603
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C5'/><link
604
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C5/iydyao'/><gs:cell
605
+ row='7' col='5' inputValue='$37.60' numericValue='37.6'>$37.60</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C6</id><updated>2014-02-23T17:11:22.665Z</updated><category
606
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
607
+ type='text'>F7</title><content type='text'>green</content><link rel='self'
608
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C6'/><link
609
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C6/907ib'/><gs:cell
610
+ row='7' col='6' inputValue='green'>green</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C7</id><updated>2014-02-23T17:11:22.665Z</updated><category
611
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
612
+ type='text'>G7</title><content type='text'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number14.jpg</content><link
613
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C7'/><link
614
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C7/dtgq6x'/><gs:cell
615
+ row='7' col='7' inputValue='http://www.kidsmathgamesonline.com/images/pictures/numbers600/number14.jpg'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number14.jpg</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C8</id><updated>2014-02-23T17:11:22.665Z</updated><category
616
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
617
+ type='text'>H7</title><content type='text'>143 Amabell Street, Pittsburgh,
618
+ PA</content><link rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C8'/><link
619
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C8/nb3plm'/><gs:cell
620
+ row='7' col='8' inputValue='143 Amabell Street, Pittsburgh, PA'>143 Amabell
621
+ Street, Pittsburgh, PA</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C9</id><updated>2014-02-23T17:11:22.665Z</updated><category
622
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
623
+ type='text'>I7</title><content type='text'></content><link rel='self' type='application/atom+xml'
624
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C9'/><link
625
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C9/2s4d8g'/><gs:cell
626
+ row='7' col='9' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C10</id><updated>2014-02-23T17:11:22.665Z</updated><category
627
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
628
+ type='text'>J7</title><content type='text'></content><link rel='self' type='application/atom+xml'
629
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C10'/><link
630
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C10/323ym8'/><gs:cell
631
+ row='7' col='10' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C11</id><updated>2014-02-23T17:11:22.665Z</updated><category
632
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
633
+ type='text'>K7</title><content type='text'></content><link rel='self' type='application/atom+xml'
634
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C11'/><link
635
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C11/3c3k00'/><gs:cell
636
+ row='7' col='11' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C12</id><updated>2014-02-23T17:11:22.665Z</updated><category
637
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
638
+ type='text'>L7</title><content type='text'></content><link rel='self' type='application/atom+xml'
639
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C12'/><link
640
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C12/3m35ds'/><gs:cell
641
+ row='7' col='12' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C13</id><updated>2014-02-23T17:11:22.665Z</updated><category
642
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
643
+ type='text'>M7</title><content type='text'></content><link rel='self' type='application/atom+xml'
644
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C13'/><link
645
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C13/3w2qrk'/><gs:cell
646
+ row='7' col='13' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C14</id><updated>2014-02-23T17:11:22.665Z</updated><category
647
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
648
+ type='text'>N7</title><content type='text'></content><link rel='self' type='application/atom+xml'
649
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C14'/><link
650
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C14/462c5c'/><gs:cell
651
+ row='7' col='14' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C15</id><updated>2014-02-23T17:11:22.665Z</updated><category
652
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
653
+ type='text'>O7</title><content type='text'></content><link rel='self' type='application/atom+xml'
654
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C15'/><link
655
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C15/4g1xj4'/><gs:cell
656
+ row='7' col='15' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C16</id><updated>2014-02-23T17:11:22.665Z</updated><category
657
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
658
+ type='text'>P7</title><content type='text'></content><link rel='self' type='application/atom+xml'
659
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C16'/><link
660
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C16/4q1iww'/><gs:cell
661
+ row='7' col='16' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C17</id><updated>2014-02-23T17:11:22.665Z</updated><category
662
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
663
+ type='text'>Q7</title><content type='text'></content><link rel='self' type='application/atom+xml'
664
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C17'/><link
665
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C17/5014ao'/><gs:cell
666
+ row='7' col='17' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C18</id><updated>2014-02-23T17:11:22.665Z</updated><category
667
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
668
+ type='text'>R7</title><content type='text'></content><link rel='self' type='application/atom+xml'
669
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C18'/><link
670
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R7C18/5a0pog'/><gs:cell
671
+ row='7' col='18' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C1</id><updated>2014-02-23T17:11:22.665Z</updated><category
672
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
673
+ type='text'>A8</title><content type='text'>item15</content><link rel='self'
674
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C1'/><link
675
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C1/g0jczb'/><gs:cell
676
+ row='8' col='1' inputValue='item15'>item15</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C2</id><updated>2014-02-23T17:11:22.665Z</updated><category
677
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
678
+ type='text'>B8</title><content type='text'>1515</content><link rel='self'
679
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C2'/><link
680
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C2/am6a0'/><gs:cell
681
+ row='8' col='2' inputValue='1515' numericValue='1515.0'>1515</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C3</id><updated>2014-02-23T17:11:22.665Z</updated><category
682
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
683
+ type='text'>C8</title><content type='text'>6/21/2013</content><link rel='self'
684
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C3'/><link
685
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C3/1ohviv'/><gs:cell
686
+ row='8' col='3' inputValue='6/21/2013' numericValue='41446.0'>6/21/2013</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C4</id><updated>2014-02-23T17:11:22.665Z</updated><category
687
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
688
+ type='text'>D8</title><content type='text'>41446.213</content><link rel='self'
689
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C4'/><link
690
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C4/733erj'/><gs:cell
691
+ row='8' col='4' inputValue='41446.213' numericValue='41446.213'>41446.213</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C5</id><updated>2014-02-23T17:11:22.665Z</updated><category
692
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
693
+ type='text'>E8</title><content type='text'>$52.80</content><link rel='self'
694
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C5'/><link
695
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C5/izwlz9'/><gs:cell
696
+ row='8' col='5' inputValue='$52.80' numericValue='52.8'>$52.80</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C6</id><updated>2014-02-23T17:11:22.665Z</updated><category
697
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
698
+ type='text'>F8</title><content type='text'>green</content><link rel='self'
699
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C6'/><link
700
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C6/91m2r'/><gs:cell
701
+ row='8' col='6' inputValue='green'>green</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C7</id><updated>2014-02-23T17:11:22.665Z</updated><category
702
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
703
+ type='text'>G8</title><content type='text'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number15.jpg</content><link
704
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C7'/><link
705
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C7/du4qhm'/><gs:cell
706
+ row='8' col='7' inputValue='http://www.kidsmathgamesonline.com/images/pictures/numbers600/number15.jpg'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number15.jpg</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C8</id><updated>2014-02-23T17:11:22.665Z</updated><category
707
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
708
+ type='text'>H8</title><content type='text'>15 Terminal Way, Pittsburgh, PA</content><link
709
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C8'/><link
710
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C8/bcrc5i'/><gs:cell
711
+ row='8' col='8' inputValue='15 Terminal Way, Pittsburgh, PA'>15 Terminal Way,
712
+ Pittsburgh, PA</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C9</id><updated>2014-02-23T17:11:22.665Z</updated><category
713
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
714
+ type='text'>I8</title><content type='text'></content><link rel='self' type='application/atom+xml'
715
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C9'/><link
716
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C9/2s5rsw'/><gs:cell
717
+ row='8' col='9' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C10</id><updated>2014-02-23T17:11:22.665Z</updated><category
718
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
719
+ type='text'>J8</title><content type='text'></content><link rel='self' type='application/atom+xml'
720
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C10'/><link
721
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C10/325d6o'/><gs:cell
722
+ row='8' col='10' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C11</id><updated>2014-02-23T17:11:22.665Z</updated><category
723
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
724
+ type='text'>K8</title><content type='text'></content><link rel='self' type='application/atom+xml'
725
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C11'/><link
726
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C11/3c4ykg'/><gs:cell
727
+ row='8' col='11' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C12</id><updated>2014-02-23T17:11:22.665Z</updated><category
728
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
729
+ type='text'>L8</title><content type='text'></content><link rel='self' type='application/atom+xml'
730
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C12'/><link
731
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C12/3m4jy8'/><gs:cell
732
+ row='8' col='12' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C13</id><updated>2014-02-23T17:11:22.665Z</updated><category
733
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
734
+ type='text'>M8</title><content type='text'></content><link rel='self' type='application/atom+xml'
735
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C13'/><link
736
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C13/3w45c0'/><gs:cell
737
+ row='8' col='13' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C14</id><updated>2014-02-23T17:11:22.665Z</updated><category
738
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
739
+ type='text'>N8</title><content type='text'></content><link rel='self' type='application/atom+xml'
740
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C14'/><link
741
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C14/463qps'/><gs:cell
742
+ row='8' col='14' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C15</id><updated>2014-02-23T17:11:22.665Z</updated><category
743
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
744
+ type='text'>O8</title><content type='text'></content><link rel='self' type='application/atom+xml'
745
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C15'/><link
746
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C15/4g3c3k'/><gs:cell
747
+ row='8' col='15' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C16</id><updated>2014-02-23T17:11:22.665Z</updated><category
748
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
749
+ type='text'>P8</title><content type='text'></content><link rel='self' type='application/atom+xml'
750
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C16'/><link
751
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C16/4q2xhc'/><gs:cell
752
+ row='8' col='16' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C17</id><updated>2014-02-23T17:11:22.665Z</updated><category
753
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
754
+ type='text'>Q8</title><content type='text'></content><link rel='self' type='application/atom+xml'
755
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C17'/><link
756
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C17/502iv4'/><gs:cell
757
+ row='8' col='17' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C18</id><updated>2014-02-23T17:11:22.665Z</updated><category
758
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
759
+ type='text'>R8</title><content type='text'></content><link rel='self' type='application/atom+xml'
760
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C18'/><link
761
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R8C18/5a248w'/><gs:cell
762
+ row='8' col='18' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C1</id><updated>2014-02-23T17:11:22.665Z</updated><category
763
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
764
+ type='text'>A9</title><content type='text'>item16</content><link rel='self'
765
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C1'/><link
766
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C1/g0hyew'/><gs:cell
767
+ row='9' col='1' inputValue='item16'>item16</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C2</id><updated>2014-02-23T17:11:22.665Z</updated><category
768
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
769
+ type='text'>B9</title><content type='text'>16</content><link rel='self' type='application/atom+xml'
770
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C2'/><link
771
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C2/aav51'/><gs:cell
772
+ row='9' col='2' inputValue='16' numericValue='16.0'>16</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C3</id><updated>2014-02-23T17:11:22.665Z</updated><category
773
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
774
+ type='text'>C9</title><content type='text'>3/25/2013</content><link rel='self'
775
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C3'/><link
776
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C3/l3fqkw'/><gs:cell
777
+ row='9' col='3' inputValue='3/25/2013' numericValue='41358.0'>3/25/2013</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C4</id><updated>2014-02-23T17:11:22.665Z</updated><category
778
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
779
+ type='text'>D9</title><content type='text'>41358.599</content><link rel='self'
780
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C4'/><link
781
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C4/rvb128'/><gs:cell
782
+ row='9' col='4' inputValue='41358.599' numericValue='41358.599'>41358.599</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C5</id><updated>2014-02-23T17:11:22.665Z</updated><category
783
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
784
+ type='text'>E9</title><content type='text'>$24</content><link rel='self' type='application/atom+xml'
785
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C5'/><link
786
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C5/14ae06'/><gs:cell
787
+ row='9' col='5' inputValue='$24' numericValue='24.0'>$24</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C6</id><updated>2014-02-23T17:11:22.665Z</updated><category
788
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
789
+ type='text'>F9</title><content type='text'>green</content><link rel='self'
790
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C6'/><link
791
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C6/930n7'/><gs:cell
792
+ row='9' col='6' inputValue='green'>green</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C7</id><updated>2014-02-23T17:11:22.665Z</updated><category
793
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
794
+ type='text'>G9</title><content type='text'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number16.jpg</content><link
795
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C7'/><link
796
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C7/dusqsb'/><gs:cell
797
+ row='9' col='7' inputValue='http://www.kidsmathgamesonline.com/images/pictures/numbers600/number16.jpg'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number16.jpg</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C8</id><updated>2014-02-23T17:11:22.665Z</updated><category
798
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
799
+ type='text'>H9</title><content type='text'>16 Greenbush Street, Pittsburgh,
800
+ PA</content><link rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C8'/><link
801
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C8/7qxj8y'/><gs:cell
802
+ row='9' col='8' inputValue='16 Greenbush Street, Pittsburgh, PA'>16 Greenbush
803
+ Street, Pittsburgh, PA</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C9</id><updated>2014-02-23T17:11:22.665Z</updated><category
804
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
805
+ type='text'>I9</title><content type='text'></content><link rel='self' type='application/atom+xml'
806
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C9'/><link
807
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C9/2s76dc'/><gs:cell
808
+ row='9' col='9' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C10</id><updated>2014-02-23T17:11:22.665Z</updated><category
809
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
810
+ type='text'>J9</title><content type='text'></content><link rel='self' type='application/atom+xml'
811
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C10'/><link
812
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C10/326rr4'/><gs:cell
813
+ row='9' col='10' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C11</id><updated>2014-02-23T17:11:22.665Z</updated><category
814
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
815
+ type='text'>K9</title><content type='text'></content><link rel='self' type='application/atom+xml'
816
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C11'/><link
817
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C11/3c6d4w'/><gs:cell
818
+ row='9' col='11' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C12</id><updated>2014-02-23T17:11:22.665Z</updated><category
819
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
820
+ type='text'>L9</title><content type='text'></content><link rel='self' type='application/atom+xml'
821
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C12'/><link
822
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C12/3m5yio'/><gs:cell
823
+ row='9' col='12' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C13</id><updated>2014-02-23T17:11:22.665Z</updated><category
824
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
825
+ type='text'>M9</title><content type='text'></content><link rel='self' type='application/atom+xml'
826
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C13'/><link
827
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C13/3w5jwg'/><gs:cell
828
+ row='9' col='13' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C14</id><updated>2014-02-23T17:11:22.665Z</updated><category
829
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
830
+ type='text'>N9</title><content type='text'></content><link rel='self' type='application/atom+xml'
831
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C14'/><link
832
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C14/4655a8'/><gs:cell
833
+ row='9' col='14' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C15</id><updated>2014-02-23T17:11:22.665Z</updated><category
834
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
835
+ type='text'>O9</title><content type='text'></content><link rel='self' type='application/atom+xml'
836
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C15'/><link
837
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C15/4g4qo0'/><gs:cell
838
+ row='9' col='15' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C16</id><updated>2014-02-23T17:11:22.665Z</updated><category
839
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
840
+ type='text'>P9</title><content type='text'></content><link rel='self' type='application/atom+xml'
841
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C16'/><link
842
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C16/4q4c1s'/><gs:cell
843
+ row='9' col='16' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C17</id><updated>2014-02-23T17:11:22.665Z</updated><category
844
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
845
+ type='text'>Q9</title><content type='text'></content><link rel='self' type='application/atom+xml'
846
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C17'/><link
847
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C17/503xfk'/><gs:cell
848
+ row='9' col='17' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C18</id><updated>2014-02-23T17:11:22.665Z</updated><category
849
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
850
+ type='text'>R9</title><content type='text'></content><link rel='self' type='application/atom+xml'
851
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C18'/><link
852
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R9C18/5a3itc'/><gs:cell
853
+ row='9' col='18' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C1</id><updated>2014-02-23T17:11:22.665Z</updated><category
854
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
855
+ type='text'>A10</title><content type='text'>item17</content><link rel='self'
856
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C1'/><link
857
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C1/g0gjuh'/><gs:cell
858
+ row='10' col='1' inputValue='item17'>item17</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C2</id><updated>2014-02-23T17:11:22.665Z</updated><category
859
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
860
+ type='text'>B10</title><content type='text'>17</content><link rel='self' type='application/atom+xml'
861
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C2'/><link
862
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C2/ac9pi'/><gs:cell
863
+ row='10' col='2' inputValue='17' numericValue='17.0'>17</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C3</id><updated>2014-02-23T17:11:22.665Z</updated><category
864
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
865
+ type='text'>C10</title><content type='text'>5/16/2013</content><link rel='self'
866
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C3'/><link
867
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C3/i5k5o0'/><gs:cell
868
+ row='10' col='3' inputValue='5/16/2013' numericValue='41410.0'>5/16/2013</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C4</id><updated>2014-02-23T17:11:22.665Z</updated><category
869
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
870
+ type='text'>D10</title><content type='text'>41410.155</content><link rel='self'
871
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C4'/><link
872
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C4/64hbvd'/><gs:cell
873
+ row='10' col='4' inputValue='41410.155' numericValue='41410.155'>41410.155</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C5</id><updated>2014-02-23T17:11:22.665Z</updated><category
874
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
875
+ type='text'>E10</title><content type='text'>$18.40</content><link rel='self'
876
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C5'/><link
877
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C5/ix6scf'/><gs:cell
878
+ row='10' col='5' inputValue='$18.40' numericValue='18.4'>$18.40</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C6</id><updated>2014-02-23T17:11:22.665Z</updated><category
879
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
880
+ type='text'>F10</title><content type='text'>yellow</content><link rel='self'
881
+ type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C6'/><link
882
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C6/mj63xw'/><gs:cell
883
+ row='10' col='6' inputValue='yellow'>yellow</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C7</id><updated>2014-02-23T17:11:22.665Z</updated><category
884
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
885
+ type='text'>G10</title><content type='text'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number17.jpg</content><link
886
+ rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C7'/><link
887
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C7/dvb4t8'/><gs:cell
888
+ row='10' col='7' inputValue='http://www.kidsmathgamesonline.com/images/pictures/numbers600/number17.jpg'>http://www.kidsmathgamesonline.com/images/pictures/numbers600/number17.jpg</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C8</id><updated>2014-02-23T17:11:22.665Z</updated><category
889
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
890
+ type='text'>H10</title><content type='text'>172 Ulysses Street, Pittsburgh,
891
+ PA</content><link rel='self' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C8'/><link
892
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C8/yg74di'/><gs:cell
893
+ row='10' col='8' inputValue='172 Ulysses Street, Pittsburgh, PA'>172 Ulysses
894
+ Street, Pittsburgh, PA</gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C9</id><updated>2014-02-23T17:11:22.665Z</updated><category
895
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
896
+ type='text'>I10</title><content type='text'></content><link rel='self' type='application/atom+xml'
897
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C9'/><link
898
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C9/2s8kxs'/><gs:cell
899
+ row='10' col='9' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C10</id><updated>2014-02-23T17:11:22.665Z</updated><category
900
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
901
+ type='text'>J10</title><content type='text'></content><link rel='self' type='application/atom+xml'
902
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C10'/><link
903
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C10/3286bk'/><gs:cell
904
+ row='10' col='10' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C11</id><updated>2014-02-23T17:11:22.665Z</updated><category
905
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
906
+ type='text'>K10</title><content type='text'></content><link rel='self' type='application/atom+xml'
907
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C11'/><link
908
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C11/3c7rpc'/><gs:cell
909
+ row='10' col='11' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C12</id><updated>2014-02-23T17:11:22.665Z</updated><category
910
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
911
+ type='text'>L10</title><content type='text'></content><link rel='self' type='application/atom+xml'
912
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C12'/><link
913
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C12/3m7d34'/><gs:cell
914
+ row='10' col='12' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C13</id><updated>2014-02-23T17:11:22.665Z</updated><category
915
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
916
+ type='text'>M10</title><content type='text'></content><link rel='self' type='application/atom+xml'
917
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C13'/><link
918
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C13/3w6ygw'/><gs:cell
919
+ row='10' col='13' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C14</id><updated>2014-02-23T17:11:22.665Z</updated><category
920
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
921
+ type='text'>N10</title><content type='text'></content><link rel='self' type='application/atom+xml'
922
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C14'/><link
923
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C14/466juo'/><gs:cell
924
+ row='10' col='14' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C15</id><updated>2014-02-23T17:11:22.665Z</updated><category
925
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
926
+ type='text'>O10</title><content type='text'></content><link rel='self' type='application/atom+xml'
927
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C15'/><link
928
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C15/4g658g'/><gs:cell
929
+ row='10' col='15' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C16</id><updated>2014-02-23T17:11:22.665Z</updated><category
930
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
931
+ type='text'>P10</title><content type='text'></content><link rel='self' type='application/atom+xml'
932
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C16'/><link
933
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C16/4q5qm8'/><gs:cell
934
+ row='10' col='16' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C17</id><updated>2014-02-23T17:11:22.665Z</updated><category
935
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
936
+ type='text'>Q10</title><content type='text'></content><link rel='self' type='application/atom+xml'
937
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C17'/><link
938
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C17/505c00'/><gs:cell
939
+ row='10' col='17' inputValue=''></gs:cell></entry><entry><id>https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C18</id><updated>2014-02-23T17:11:22.665Z</updated><category
940
+ scheme='http://schemas.google.com/spreadsheets/2006' term='http://schemas.google.com/spreadsheets/2006#cell'/><title
941
+ type='text'>R10</title><content type='text'></content><link rel='self' type='application/atom+xml'
942
+ href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C18'/><link
943
+ rel='edit' type='application/atom+xml' href='https://spreadsheets.google.com/feeds/cells/0ApTxW-6l0Ch_dHFyNHNwX0NjTHVIVk9ZS2duQ2ptUlE/od6/private/full/R10C18/5a4xds'/><gs:cell
944
+ row='10' col='18' inputValue=''></gs:cell></entry></feed>"
945
+ http_version:
946
+ recorded_at: Sun, 23 Feb 2014 17:17:31 GMT
947
+ recorded_with: VCR 2.8.0