The code =ImportHtml(“http://en.wikipedia.org/wiki/Demographics_of_India“; “table”;4)
is working for me.
I want now to specify HTML element with a certain CSS class. For importXML it works like =importxml(http://example.com,"//*[@class='teaser']")
- how should it work for importHTML?
Read more here: https://stackoverflow.com/questions/42718145/importhtml-with-class-declaration
Content Attribution
This content was originally published by Evgeniy at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.