Skip to content

Instantly share code, notes, and snippets.

@troyericg
Created January 31, 2013 18:52
Show Gist options
  • Save troyericg/4685305 to your computer and use it in GitHub Desktop.
Save troyericg/4685305 to your computer and use it in GitHub Desktop.
For copying an HTML table from a website into a google spreadsheet
=ImportHtml("url","query","index")
url = url of page to download
query = "table" (type of html object)
index = "3" a number (to skip over other things on the page that might
be set up as a table)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment