【发布时间】:2015-02-20 23:01:54
【问题描述】:
提前感谢您的帮助。我正在尝试将网页中的表格导入谷歌电子表格。
我尝试使用以下两个函数,但都给我“导入的内容为空”的错误。
=importhtml("http://financials.morningstar.com/ratios/r.html?t=AAPL","table",1)
和
=importxml("http://financials.morningstar.com/ratios/r.html?t=AAPL", "//*[@id='tab-profitability']/table[2]"
任何建议将不胜感激!
附言导入的数据仅供个人使用,不会用于违反 websights 政策。
【问题讨论】:
标签: import google-sheets