数据 table 不是从晨星导入的

Data table not importing from morningstar

我正在尝试从 https://financials.morningstar.com/ratios/r.html?t=0P0000032S&culture=en&platform=sal 获取数据并在 Google sheet 中使用 table 中的值。这是 table1 当我检查元素但是当我使用:

=IMPORTHTML("https://financials.morningstar.com/ratios/r.html?t=0P0000032S&culture=en&platform=sal","table",1)

在google sheets,它说导入的内容是空的?关于如何导入此数据的任何帮助?

我已经尝试 importhtml 使用 table 在我检查页面时找到的参考数字。

不幸的是,这是不可能的,因为该站点由 JavaScript 控制,而 Google Sheets 不能 understand/import JS。您可以简单地通过为给定的 link 禁用 JS 来测试它,您将看到一个空白页面: