问题描述
很棒的功能! 我需要你的帮助。
我有一个脚本可以在我的 Gdrive 中创建文件夹。 但是,它会创建一个带有最后一行的文件夹。 我需要 : 在电子表格中添加值时创建文件夹。第 3 栏 由在同一单元格中带有链接的特定行命名。第 3 列
谢谢
巴西利
function createBalanceFolder() {var ss = SpreadsheetApp.getActive();var names = ss.getSheetByName("Globale");var factureName = names.getRange(names.getLastRow(),3).getValue(); // not the last,i need all the news i add.var parentFolder=DriveApp.getFolderById('IDparentfolder');var newFolder=parentFolder.createFolder(factureName);// I need the link in each cell}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)