<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Insert row into Google Spreadsheet using Zend Framework</title>
	<atom:link href="http://joedag32.com/2009/02/20/insert-row-into-google-spreadsheet-using-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://joedag32.com/2009/02/20/insert-row-into-google-spreadsheet-using-zend-framework/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 24 Jul 2010 15:54:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nathan M.</title>
		<link>http://joedag32.com/2009/02/20/insert-row-into-google-spreadsheet-using-zend-framework/comment-page-1/#comment-24565</link>
		<dc:creator>Nathan M.</dc:creator>
		<pubDate>Wed, 13 Jan 2010 01:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://joedag32.com/?p=320#comment-24565</guid>
		<description>You&#039;re rad!</description>
		<content:encoded><![CDATA[<p>You&#8217;re rad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://joedag32.com/2009/02/20/insert-row-into-google-spreadsheet-using-zend-framework/comment-page-1/#comment-17072</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 24 Mar 2009 17:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://joedag32.com/?p=320#comment-17072</guid>
		<description>Great points, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Great points, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://joedag32.com/2009/02/20/insert-row-into-google-spreadsheet-using-zend-framework/comment-page-1/#comment-16902</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Mon, 23 Mar 2009 18:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://joedag32.com/?p=320#comment-16902</guid>
		<description>Ditto, very helpful info. A couple other things worth noting:

1) Row one is ALWAYS the your column header/label row

2) Column header/labels are both lower case AND spaces, underscores are trimmed. So for example a column header with the cell value of &quot;Member Activity Last 24 hours&quot; would need to be referenced with &quot;memberactivitylast24hours&quot;.

3) Getting your worksheet id is a bit tricky. Here is how I did it. Use the code above to get your $spreadsheetService defined. Then use this code to list the ID for each worksheet:

$query = new Zend_Gdata_Spreadsheets_DocumentQuery();
$query-&gt;setSpreadsheetKey($spreadsheetKey);
$feed = $spreadsheetService-&gt;getWorksheetFeed($query);
foreach ($feed as $key =&gt; $entry) {
  echo $entry-&gt;title;
  echo $entry-&gt;id;
}

The result will be something similar to :

[your-worksheet-title]
http://spreadsheets.google.com/feeds/worksheets/xxx_XXXXXXX-XXXXXXXXXXX/private/full/od4

Its the last part of the URI that you want, so in this example &#039;od4&#039; is the id of the given worksheet. Use that where ever you need to provide the worksheet id.</description>
		<content:encoded><![CDATA[<p>Ditto, very helpful info. A couple other things worth noting:</p>
<p>1) Row one is ALWAYS the your column header/label row</p>
<p>2) Column header/labels are both lower case AND spaces, underscores are trimmed. So for example a column header with the cell value of &#8220;Member Activity Last 24 hours&#8221; would need to be referenced with &#8220;memberactivitylast24hours&#8221;.</p>
<p>3) Getting your worksheet id is a bit tricky. Here is how I did it. Use the code above to get your $spreadsheetService defined. Then use this code to list the ID for each worksheet:</p>
<p>$query = new Zend_Gdata_Spreadsheets_DocumentQuery();<br />
$query-&gt;setSpreadsheetKey($spreadsheetKey);<br />
$feed = $spreadsheetService-&gt;getWorksheetFeed($query);<br />
foreach ($feed as $key =&gt; $entry) {<br />
  echo $entry-&gt;title;<br />
  echo $entry-&gt;id;<br />
}</p>
<p>The result will be something similar to :</p>
<p>[your-worksheet-title]<br />
<a href="http://spreadsheets.google.com/feeds/worksheets/xxx_XXXXXXX-XXXXXXXXXXX/private/full/od4" rel="nofollow">http://spreadsheets.google.com/feeds/worksheets/xxx_XXXXXXX-XXXXXXXXXXX/private/full/od4</a></p>
<p>Its the last part of the URI that you want, so in this example &#8216;od4&#8242; is the id of the given worksheet. Use that where ever you need to provide the worksheet id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://joedag32.com/2009/02/20/insert-row-into-google-spreadsheet-using-zend-framework/comment-page-1/#comment-12775</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 28 Feb 2009 13:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://joedag32.com/?p=320#comment-12775</guid>
		<description>Glad I was able to help. It had me stumped for a while myself.</description>
		<content:encoded><![CDATA[<p>Glad I was able to help. It had me stumped for a while myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://joedag32.com/2009/02/20/insert-row-into-google-spreadsheet-using-zend-framework/comment-page-1/#comment-12674</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Sat, 28 Feb 2009 05:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://joedag32.com/?p=320#comment-12674</guid>
		<description>Oh man, I spent hours and hours trying to figure this out.  You have no idea how much this has helped me.  I&#039;ll have a drink in your name as soon as I get this project finished!</description>
		<content:encoded><![CDATA[<p>Oh man, I spent hours and hours trying to figure this out.  You have no idea how much this has helped me.  I&#8217;ll have a drink in your name as soon as I get this project finished!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
