I am trying to scrape a table from
...Without context of what is in the table. How can I get the contents of the table in real time?
I've tried using the specific XML paths of each cell without luck and have tried IMPORTDATA function but still couldn't extract data.
CodePudding user response:
This site uses javascript, so you won't be able to use the native function like importxml.
Note:
- From your question, I guessed that you wanted to retrieve the above values. If that was not your expected result, can you provide the detail of your expected values? By this, I would like to confirm it.