我有以下googleSheet网址:
我想在google sheet url中传递查询字符串参数,并将其用于工作表脚本
我在表脚本中使用此代码
console.log('index created length', this.$store.state.article_list.length) // 0
以上网址只给我
https://docs.google.com/spreadsheets/d/19D-ApX1M_vuGUVOSIUrxrpyVna6pxBk86abTfmXRzBI/edit
我想使用url中的所有参数,如
如何从脚本中的googleSheet获取参数var url = SpreadsheetApp.getActiveSpreadsheet().getUrl();
和empId