Created
January 31, 2013 18:52
-
-
Save troyericg/4685305 to your computer and use it in GitHub Desktop.
For copying an HTML table from a website into a google spreadsheet
This file contains 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
=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