How frequently does IMPORTRANGE refresh?

心不动则不痛 提交于 2020-06-23 06:49:06

问题


How frequently does the importrange function refresh and reload the source data?


回答1:


When closed

Never.Spreadsheets update external api only onOpen(). But there is no documentation and this may change in the future.

When open, 30 minutes

Functions that pull data from outside the spreadsheet recalculate at the following times:
ImportRange: 30 minutes
ImportHtml, ImportFeed, ImportData, ImportXml: 1 hour
GoogleFinance: may be delayed up to 20 minutes

Opening the spreadsheet refreshes all the functions.



来源:https://stackoverflow.com/questions/49268415/how-frequently-does-importrange-refresh

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!