Skip to content

Instantly share code, notes, and snippets.

@byteface
Created April 9, 2015 06:59
Show Gist options
  • Save byteface/a260ab5cfd24b0291bac to your computer and use it in GitHub Desktop.
Save byteface/a260ab5cfd24b0291bac to your computer and use it in GitHub Desktop.
url xpath into google doc cell
// scrape web data into google doc cell with formulas.
i.e
= IMPORTXML("http://en.wikipedia.org/wiki/Test_cricket","//html")
takes an xpath right into neigbouring cell. could be useful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment