I know with google scripts I can do both of the following:
- Create a new spreadsheet
- Create a custom menu in an existing spreadsheet
What I don't know if I can do or not is both at the same time. Here is the use case:
I have a form that will create a new spreadsheet upon submission. I need each of those programmatically created spreadsheets to also have a custom menu object created as well upon the creation of the spreadsheet. I can't find any documentation on this.