Skip to content

Instantly share code, notes, and snippets.

@duffy-walsh
Created April 25, 2013 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duffy-walsh/5462539 to your computer and use it in GitHub Desktop.
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)
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