Rossi Kwan
Rossi Kwan

Reputation: 3

Google Spreadsheets ImportXML and XPath

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

Answers (1)

Wicket
Wicket

Reputation: 38180

Google Sheets IMPORTXML can't access dynamically generated data, only the source code in the file referred by the URL.

Upvotes: 1

Related Questions