Reputation: 3
I'm trying to extract rate data from below URL by using Google Spreadsheets:
used importXML() function with following XPath sting:
=IMPORTXML("https://www.superrichthailand.com/#!/en/exchange","//span[@class=""ng-binding""]")
Which, it should return every entry in the pages all the rate but return empty.
Upvotes: 0
Views: 382
Reputation: 38180
Google Sheets IMPORTXML can't access dynamically generated data, only the source code in the file referred by the URL.
Upvotes: 1