how do I get the key of the workbook if I know only the name of the workbook? I can use open by title, but once i'm in I didn't find a get.key
type method in the documents. Is there a way to get the key by only knowing the title?
Asked
Active
Viewed 213 times
1 Answers
2
You can access a spreadsheet key with mySpreadSheet.id
after you have opened it by title.

Jacques Gaudin
- 15,779
- 10
- 54
- 75