<?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: Building a better world with Google Spreadsheets</title>
	<atom:link href="http://www.missiondata.com/blog/ruby/65/building-a-better-world-with-google-spreadsheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/web-development/65/building-a-better-world-with-google-spreadsheets/</link>
	<description>Louisville-based Web Development &#038; Software Engineering</description>
	<lastBuildDate>Tue, 02 Mar 2010 02:10:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steveny</title>
		<link>http://www.missiondata.com/blog/web-development/65/building-a-better-world-with-google-spreadsheets/comment-page-1/#comment-53034</link>
		<dc:creator>steveny</dc:creator>
		<pubDate>Tue, 26 Feb 2008 13:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/uncategorized/65/building-a-better-world-with-google-spreadsheets/#comment-53034</guid>
		<description>The cell identifiers A1, A2, B1, and E132 no longer appear to work.  You need to use this format now:

puts gs.evaluate_cell(&quot;R1C1&quot;)
puts gs.evaluate_cell(&quot;R1C2&quot;)
puts gs.evaluate_cell(&quot;R2C1&quot;)</description>
		<content:encoded><![CDATA[<p>The cell identifiers A1, A2, B1, and E132 no longer appear to work.  You need to use this format now:</p>
<p>puts gs.evaluate_cell(&#8221;R1C1&#8243;)<br />
puts gs.evaluate_cell(&#8221;R1C2&#8243;)<br />
puts gs.evaluate_cell(&#8221;R2C1&#8243;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
