TestDataCellFeedSample1.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <feed xmlns="http://www.w3.org/2005/Atom"
  2. xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
  3. xmlns:gs="http://schemas.google.com/spreadsheets/2006">
  4. <id>http://spreadsheets.google.com/feeds/cells/key/od6/private/full</id>
  5. <updated>2006-11-17T18:27:32.543Z</updated>
  6. <title type="text">Sheet1</title>
  7. <link rel="alternate" type="text/html"
  8. href="http://spreadsheets.google.com/ccc?key=key"/>
  9. <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"
  10. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full"/>
  11. <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml"
  12. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full"/>
  13. <link rel="self" type="application/atom+xml"
  14. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full"/>
  15. <author>
  16. <name>Fitzwilliam Darcy</name>
  17. <email>fitz@gmail.com</email>
  18. </author>
  19. <openSearch:startIndex>1</openSearch:startIndex>
  20. <openSearch:itemsPerPage>1</openSearch:itemsPerPage>
  21. <gs:rowCount>100</gs:rowCount>
  22. <gs:colCount>20</gs:colCount>
  23. <entry>
  24. <id>http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C1</id>
  25. <updated>2006-11-17T18:27:32.543Z</updated>
  26. <category scheme="http://schemas.google.com/spreadsheets/2006"
  27. term="http://schemas.google.com/spreadsheets/2006#cell"/>
  28. <title type="text">A1</title>
  29. <content type="text">Name</content>
  30. <link rel="self" type="application/atom+xml"
  31. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C1"/>
  32. <link rel="edit" type="application/atom+xml"
  33. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C1/bgvjf"/>
  34. <gs:cell row="1" col="1" inputValue="Name">Name</gs:cell>
  35. </entry>
  36. <entry>
  37. <id>http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C2</id>
  38. <updated>2006-11-17T18:27:32.543Z</updated>
  39. <category scheme="http://schemas.google.com/spreadsheets/2006"
  40. term="http://schemas.google.com/spreadsheets/2006#cell"/>
  41. <title type="text">B1</title>
  42. <content type="text">Hours</content>
  43. <link rel="self" type="application/atom+xml"
  44. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C2"/>
  45. <link rel="edit" type="application/atom+xml"
  46. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full/R1C2/1pn567"/>
  47. <gs:cell row="1" col="2" inputValue="Hours">Hours</gs:cell>
  48. </entry>
  49. </feed>