【发布时间】:2017-02-13 18:37:27
【问题描述】:
我有一个从 excel 复制的谷歌电子表格,我对此有一些问题。 这是我的文件https://docs.google.com/spreadsheets/d/1Ok_phu5OXtvKHLj3MLa7N3WV2qBdMWRz8dLHnTqjHrc/edit?usp=sharing
这是我的代码
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-script google-sheets