gpt4 book ai didi

google-apps-script - 如何使用 Google Apps 脚本从 Google 电子表格单元格获取 url?

转载 作者:行者123 更新时间:2023-12-02 01:21:38 24 4
gpt4 key购买 nike

我有一个从 excel 复制的 google 电子表格,我对此有一些疑问。这是我的文档 https://docs.google.com/spreadsheets/d/1Ok_phu5OXtvKHLj3MLa7N3WV2qBdMWRz8dLHnTqjHrc/edit?usp=sharing

cell with a hyperlink without a formula

这是我的代码

function myFunction() {
cel = SpreadsheetApp.getActiveSpreadsheet().getActiveCell()
Logger.log(cel.getFormula())
Logger.log(cel.getValue())
}

这是我的日志:

[16-10-05 13:39:59:628 EEST] 
[16-10-05 13:39:59:629 EEST] RU: VTB Arena - Park and Hotel

我需要获取一个 URL ( https://na3.salesforce.com/0065000000a1b8p ) 我该怎么做?

最佳答案

此时 Google Apps 脚本的电子表格服务无法获取单元格富文本内容的属性,只能使用 getValue() 方法获取纯文本。 getFormula()、getNote() 等其他方法可以获取相应的单元格属性,但均不包含链接的 URL。

在 Google 表格上,解决方法是手动获取 URL。一种以编程方式替代的方法是,在将文件转换为 Google 表格格式之前,在 Excel 文件上使用 VBA 获取超链接。查看answerCan I use an excel formula to extract the link location of a hyperlink in a cell?了解详情。

关于google-apps-script - 如何使用 Google Apps 脚本从 Google 电子表格单元格获取 url?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39871890/

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