Googleshett Import XML Formular required
I need assistance with creating an import XML formula. I have a URL that changes partially, and it contains a hidden category ID that varies depending on the article. The URL isn’t straightforward but rather a long and complex string. With the unique Identifer
How to import data in a specific cell from a website into excel?
I am trying to use importXML to import data from a website into excel but I am getting empty content!
The website is https://explorer.spectre-network.org/ and I am trying to import Hashrate value.
Copy xpath and full path is not working.
=importxml(“https://explorer.spectre-network.org/”,”/html/body/div/div[1]/div[2]/div[2]/div/div/div[2]/div/div/table/tr[7]/td[2]”)
Would anyone help please?
Thanks in advance