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
=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]”)
Wael Elkholi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.