Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Web scraping 有没有一种方法可以自动更新importfeed函数,这样我就可以从记者那里获得最新的新闻文章?_Web Scraping_Google Sheets_Google Sheets Formula_Google Sheets Importxml - Fatal编程技术网

Web scraping 有没有一种方法可以自动更新importfeed函数,这样我就可以从记者那里获得最新的新闻文章?

Web scraping 有没有一种方法可以自动更新importfeed函数,这样我就可以从记者那里获得最新的新闻文章?,web-scraping,google-sheets,google-sheets-formula,google-sheets-importxml,Web Scraping,Google Sheets,Google Sheets Formula,Google Sheets Importxml,我创建了importfeed函数,它提供了最近20篇文章 =importfeed("https://rss.app/feeds/tTDsJYycx4ujEShH.xml?output=atom","items",TRUE,20) 我希望它每小时更新一次,这样我就可以得到新的文章 非常感谢您的帮助 在某些单元格中添加: =NOW() 然后选择:

我创建了importfeed函数,它提供了最近20篇文章

=importfeed("https://rss.app/feeds/tTDsJYycx4ujEShH.xml?output=atom","items",TRUE,20)
我希望它每小时更新一次,这样我就可以得到新的文章

非常感谢您的帮助

在某些单元格中添加:

=NOW()
然后选择: