Sample Usage:
Example 1: =IMPORTHTML("https://en.wikipedia.org/wiki/List_of_best-selling_books", "table", 1)
Example2: =IMPORTHTML("https://www.mohfw.gov.in/", "table", 1)
Syntax: =IMPORTHTML(url, query, index)
url - The URL of the page to grab, including protocol (e.g. http://).
The value for url must either be enclosed in quotation marks or be a reference to a cell containing the appropriate text.
query - Either "list" or "table" depending on what type of structure contains the desired data.
index - The index, starting at 1, which identifies which table or list as defined in the HTML source should be returned. The indices for lists and tables are maintained separately, so there may be both a list and a table with index 1 if both types of elements exist on the HTML page.
Result Screenshot of Example 1:
Demo Video:
No comments