TestDataWorksheetFeedSample1.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  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/worksheets/key/private/full</id>
  5. <updated>2006-11-17T18:23:45.173Z</updated>
  6. <title type="text">Groceries R Us</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"
  10. type="application/atom+xml"
  11. href="http://spreadsheets.google.com/feeds/worksheets/key/private/full"/>
  12. <link rel="self" type="application/atom+xml"
  13. href="http://spreadsheets.google.com/feeds/worksheets/key/private/full"/>
  14. <author>
  15. <name>Fitzwilliam Darcy</name>
  16. <email>fitz@gmail.com</email>
  17. </author>
  18. <openSearch:totalResults>1</openSearch:totalResults>
  19. <openSearch:startIndex>1</openSearch:startIndex>
  20. <openSearch:itemsPerPage>1</openSearch:itemsPerPage>
  21. <entry>
  22. <id>http://spreadsheets.google.com/feeds/worksheets/key/private/full/od6</id>
  23. <updated>2006-11-17T18:23:45.173Z</updated>
  24. <title type="text">Sheet1</title>
  25. <content type="text">Sheet1</content>
  26. <link rel="http://schemas.google.com/spreadsheets/2006#listfeed"
  27. type="application/atom+xml"
  28. href="http://spreadsheets.google.com/feeds/list/key/od6/private/full"/>
  29. <link rel="http://schemas.google.com/spreadsheets/2006#cellsfeed"
  30. type="application/atom+xml"
  31. href="http://spreadsheets.google.com/feeds/cells/key/od6/private/full"/>
  32. <link rel="self" type="application/atom+xml"
  33. href="http://spreadsheets.google.com/feeds/worksheets/key/private/full/od6"/>
  34. <gs:rowCount>100</gs:rowCount>
  35. <gs:colCount>20</gs:colCount>
  36. </entry>
  37. </feed>