简体   繁体   中英

How do I import a live value from website to google sheet?

The website link is as below: https://tracker.axie.management/ronin:4f850f91b6d87f47d8e15e0bd63b330d20e862fe/overview

The full xpath of the element I want is as below: /html/body/div[2]/div[1]/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div[1]/h2/div/span

Does anyone know how do I import this value to my google sheet ?

No way. The content is added dynamically (by using Javascript), it can't be imported by using Google Sheets built-in functions. https://webapps.stackexchange.com/questions/115664/how-to-know-if-google-sheets-importdata-importfeed-importhtml-or-importxml-fun . May be your data in included in this js file : https://tracker.axie.management/static/js/main.e40acdab.chunk.js

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM