I am trying to import the table of following website: https://spaclens.com/index.html#/company/list
As far as I can see it is a HTML Table with the contents actually inside and not loading externally.
However,
=importxml("https://spaclens.com/index.html#/company/list","//*[@id='app']/div/div/div/div[1]/div/div[2]/div/div[2]/div/div[3]/table/tbody")
returns #N/A
=importxml("https://spaclens.com/index.html#/company/list","//div[@id='app']")
returns "SPACLensLoading..." as plain text
Can anyone explain why it is not working?
Many thanks!
