Created
April 25, 2013 19:42
-
-
Save duffy-walsh/5462539 to your computer and use it in GitHub Desktop.
YQL snippet that can be used in YDL console (http://developer.yahoo.com/yql/console/) to produce JSON from Google Drive spreadsheet (credit: cdev)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from html where url = '<url of Google Drive spreadsheet>' and xpath = '//ul[contains(@id,"sheettabs")]/li/a' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment