<?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: Make use of Google Spreadsheets in your php scripts</title>
	<atom:link href="http://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/feed" rel="self" type="application/rss+xml" />
	<link>https://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/</link>
	<description>Flights to outer code</description>
	<lastBuildDate>Mon, 18 Jan 2016 23:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: geetika</title>
		<link>https://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/#comment-160</link>
		<dc:creator>geetika</dc:creator>
		<pubDate>Wed, 29 Oct 2014 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://webapp.org.ua/?p=33#comment-160</guid>
		<description>How can i use private google spreadsheet.</description>
		<content:encoded><![CDATA[<p>How can i use private google spreadsheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Kelly</title>
		<link>https://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/#comment-155</link>
		<dc:creator>Troy Kelly</dc:creator>
		<pubDate>Tue, 22 Jul 2014 07:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://webapp.org.ua/?p=33#comment-155</guid>
		<description>Just had to make a minor modification to the substr line - I am using the below and it is working

	// extract pure JSON from response
$str = mb_ereg_replace(&quot;// API callbackn_(&quot;, &quot;&quot;, $str);
$str = mb_ereg_replace(&quot;);$&quot;, &quot;&quot;, $str);
$data = json_decode($str, true);</description>
		<content:encoded><![CDATA[<p>Just had to make a minor modification to the substr line &#8211; I am using the below and it is working</p>
<p>	// extract pure JSON from response<br />
$str = mb_ereg_replace(&#8220;// API callbackn_(&#8220;, &#8220;&#8221;, $str);<br />
$str = mb_ereg_replace(&#8220;);$&#8221;, &#8220;&#8221;, $str);<br />
$data = json_decode($str, true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/#comment-51</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 28 Mar 2012 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://webapp.org.ua/?p=33#comment-51</guid>
		<description>I wrote this article about a year ago, google APIs may have been changed since that time. 
I tried to download data URI for your spreadsheet and here&#039;s what it says:
&lt;code&gt; 
wget -S &quot;https://spreadsheets.google.com/feeds/cells/0Aj-ZlsTpsY_wdEhIdTdhYzlmTmdEMXhjVEJaWERtUFE/1/public/basic?alt=json-in-script&amp;callback=_&quot;
--2012-03-29 01:17:05--  https://spreadsheets.google.com/feeds/cells/0Aj-ZlsTpsY_wdEhIdTdhYzlmTmdEMXhjVEJaWERtUFE/1/public/basic?alt=json-in-script&amp;callback=_
Resolving spreadsheets.google.com... 209.85.148.101, 209.85.148.102, 209.85.148.113, ...
Connecting to spreadsheets.google.com&#124;209.85.148.101&#124;:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 400 Bad Request
  Content-Type: text/html; charset=UTF-8
  x-chromium-appcache-fallback-override: disallow-fallback
  Date: Wed, 28 Mar 2012 22:17:07 GMT
  Expires: Wed, 28 Mar 2012 22:17:07 GMT
  Cache-Control: private, max-age=0
  X-Content-Type-Options: nosniff
  X-Frame-Options: SAMEORIGIN
  X-XSS-Protection: 1; mode=block
  Server: GSE
  Transfer-Encoding: chunked
2012-03-29 01:17:06 ERROR 400: Bad Request.

&lt;/code&gt;

I would consider using &lt;a href=&quot;http://code.google.com/apis/gdata/articles/php_client_lib.html&quot; rel=&quot;nofollow&quot;&gt; Gdata &lt;/a&gt; library, there should be some demos of working with spreadsheets. 
Google changes their APIs too often :(</description>
		<content:encoded><![CDATA[<p>I wrote this article about a year ago, google APIs may have been changed since that time. <br />
I tried to download data URI for your spreadsheet and here&#8217;s what it says:<br />
<code><br />
wget -S "https://spreadsheets.google.com/feeds/cells/0Aj-ZlsTpsY_wdEhIdTdhYzlmTmdEMXhjVEJaWERtUFE/1/public/basic?alt=json-in-script&amp;callback=_"<br />
--2012-03-29 01:17:05--  https://spreadsheets.google.com/feeds/cells/0Aj-ZlsTpsY_wdEhIdTdhYzlmTmdEMXhjVEJaWERtUFE/1/public/basic?alt=json-in-script&amp;callback=_<br />
Resolving spreadsheets.google.com... 209.85.148.101, 209.85.148.102, 209.85.148.113, ...<br />
Connecting to spreadsheets.google.com|209.85.148.101|:443... connected.<br />
HTTP request sent, awaiting response... <br />
  HTTP/1.1 400 Bad Request<br />
  Content-Type: text/html; charset=UTF-8<br />
  x-chromium-appcache-fallback-override: disallow-fallback<br />
  Date: Wed, 28 Mar 2012 22:17:07 GMT<br />
  Expires: Wed, 28 Mar 2012 22:17:07 GMT<br />
  Cache-Control: private, max-age=0<br />
  X-Content-Type-Options: nosniff<br />
  X-Frame-Options: SAMEORIGIN<br />
  X-XSS-Protection: 1; mode=block<br />
  Server: GSE<br />
  Transfer-Encoding: chunked<br />
2012-03-29 01:17:06 ERROR 400: Bad Request.</p>
<p></code></p>
<p>I would consider using <a href="http://code.google.com/apis/gdata/articles/php_client_lib.html" rel="nofollow"> Gdata </a> library, there should be some demos of working with spreadsheets. <br />
Google changes their APIs too often :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Scovil</title>
		<link>https://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/#comment-50</link>
		<dc:creator>Shaun Scovil</dc:creator>
		<pubDate>Wed, 28 Mar 2012 22:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://webapp.org.ua/?p=33#comment-50</guid>
		<description>Oops! I spoke to soon...this actually didn&#039;t work. I just fooled myself by accidentally re-displaying another variable. :-/

I cannot load the contents of a public Google Spreadsheet (https://docs.google.com/spreadsheet/ccc?key=0Aj-ZlsTpsY_wdEhIdTdhYzlmTmdEMXhjVEJaWERtUFE ) no matter what I try. Any thoughts?</description>
		<content:encoded><![CDATA[<p>Oops! I spoke to soon&#8230;this actually didn&#8217;t work. I just fooled myself by accidentally re-displaying another variable. :-/</p>
<p>I cannot load the contents of a public Google Spreadsheet (<a href="https://docs.google.com/spreadsheet/ccc?key=0Aj-ZlsTpsY_wdEhIdTdhYzlmTmdEMXhjVEJaWERtUFE" rel="nofollow">https://docs.google.com/spreadsheet/ccc?key=0Aj-ZlsTpsY_wdEhIdTdhYzlmTmdEMXhjVEJaWERtUFE</a> ) no matter what I try. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/#comment-49</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 28 Mar 2012 21:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://webapp.org.ua/?p=33#comment-49</guid>
		<description>Thanks! glad it helped you!</description>
		<content:encoded><![CDATA[<p>Thanks! glad it helped you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Scovil</title>
		<link>https://webapp.org.ua/dev/make-use-of-google-spreadsheets-in-your-php-scripts/#comment-48</link>
		<dc:creator>Shaun Scovil</dc:creator>
		<pubDate>Wed, 28 Mar 2012 20:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://webapp.org.ua/?p=33#comment-48</guid>
		<description>This is EXACTLY what I&#039;ve been trying to do for a week now. Thank you. It it the solution to the problem I posted here: 
http://stackoverflow.com/questions/9890033/how-can-i-get-the-contents-of-a-google-spreadsheet-as-csv-data-in-the-simplest-w/9915327#9915327

I am adapting this function for use in my WordPress plugin, WP-SortTable (coming soon), and will credit you in the code and readme.txt.</description>
		<content:encoded><![CDATA[<p>This is EXACTLY what I&#8217;ve been trying to do for a week now. Thank you. It it the solution to the problem I posted here: <br />
<a href="http://stackoverflow.com/questions/9890033/how-can-i-get-the-contents-of-a-google-spreadsheet-as-csv-data-in-the-simplest-w/9915327#9915327" rel="nofollow">http://stackoverflow.com/questions/9890033/how-can-i-get-the-contents-of-a-google-spreadsheet-as-csv-data-in-the-simplest-w/9915327#9915327</a></p>
<p>I am adapting this function for use in my WordPress plugin, WP-SortTable (coming soon), and will credit you in the code and readme.txt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
