将 IMPORTDATA() 与 google 存储桶中的对象一起使用
Using IMPORTDATA() with objects from google bucket
google 工作表中的“=IMPORTDATA()”功能是否在使用来自 google 个存储桶的 URL 时起作用?
我似乎只能从其他站点(AWS 等)获取外部 URL,以便在使用该功能时加载。
您可以尝试使用 googleapis
端点:
=IMPORTDATA("https://storage.googleapis.com/mypublicbucket99/test2.txt")
参考:https://cloud.google.com/storage/docs/request-endpoints#typical
google 工作表中的“=IMPORTDATA()”功能是否在使用来自 google 个存储桶的 URL 时起作用?
我似乎只能从其他站点(AWS 等)获取外部 URL,以便在使用该功能时加载。
您可以尝试使用 googleapis
端点:
=IMPORTDATA("https://storage.googleapis.com/mypublicbucket99/test2.txt")
参考:https://cloud.google.com/storage/docs/request-endpoints#typical