I want to be able to only copy the spreadsheet and all it's sheets along with all defined sheet names, when I utilize the library method:
spreadSheet.copy(newSSName);
Or,
myFile.makeCopy(newNameOfFile);
Currently these methods copy all linked forms and scripts used in the forms. This is an unnecessary side effect for what I need and will result in a large mess in the Drive folder. Is there a way to do this quickly and efficiently without copying cell by cell, sheet by sheet? Or is that the only option?
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…