<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/spreadsheet</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 03:11:57 GMT</pubDate>
<item>
<title>(PHP) Listing Google Spreadsheet answers with PHP (Parsing JSON) - Felladrin</title>
<link>http://snipplr.com/view/64777/listing-google-spreadsheet-answers-with-php-parsing-json/</link>
<description><![CDATA[ <p>Make your spreadsheet public to get a key like this: 0AsfENoKj1ir7dE8yR6U0aUtpdTVNM20wRlNJOhZaclG

Set it on the script and you're all done.</p> ]]></description>
<pubDate>Wed, 02 May 2012 09:07:04 GMT</pubDate>
<guid>http://snipplr.com/view/64777/listing-google-spreadsheet-answers-with-php-parsing-json/</guid>
</item>
<item>
<title>(PHP) Export MySQL Data as CSV - mikegreen</title>
<link>http://snipplr.com/view/11187/export-mysql-data-as-csv/</link>
<description><![CDATA[ <p># Export MySQL Data as CSV

This code takes a `mysql_query()` resource and outputs its rows into CSV spreadsheet format. Edit the `header('Content-Disposition...` declaration to tell the user's browser to either display the data as plain text or download it as an `attachment`.

__Note:__ This doesn't include the code to connect to the database in the first place. Don't forget that, otherwise this code is pretty useless.</p> ]]></description>
<pubDate>Thu, 15 Jan 2009 00:09:34 GMT</pubDate>
<guid>http://snipplr.com/view/11187/export-mysql-data-as-csv/</guid>
</item>
</channel>
</rss>