gpt4 book ai didi

url - 谷歌电子表格 : Show Document URL in cell. 可能吗?

转载 作者:行者123 更新时间:2023-12-03 18:38:41 25 4
gpt4 key购买 nike

简单问题:我想获取特定单元格中事件文档(谷歌电子表格)的 URL。

所以如果我输入 =GetUrl() A1 https://docs.google.com/spreadsheet/ccc?key=XXXXXXXXXXXXXXXXXX&usp=drive_web#gid=16

应该给我结果
https://docs.google.com/spreadsheet/ccc?key=XXXXXXXXXXXXXXXXXX&usp=drive_web#gid=16
在单元格 A1

最佳答案

像这样的函数可能很有用:

function GetUrl() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
return ss.getUrl();
}

enter image description here

支票: Class Spreadsheet - getUrl()

关于url - 谷歌电子表格 : Show Document URL in cell. 可能吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21119558/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com