Created
April 9, 2015 06:59
-
-
Save byteface/a260ab5cfd24b0291bac to your computer and use it in GitHub Desktop.
url xpath into google doc cell
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
// 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