Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

insertSheet advanced options

I'm looking for a way to add a colour to a newly created sheet within a spreadsheet by a google-apps-script application.

In the documentation, I see that there is a options parameter provided in the insertSheet section. But I haven't found any documentation about it and there are no examples.

Where can I find a documentation to these options?

like image 483
nirazul Avatar asked Oct 29 '25 13:10

nirazul


1 Answers

The documentation regarding the options parameter can be found just some few lines below in the same section you mentioned under "Advanced parameters".

It may seem confusing at first as the only possible parameter is "template".

insertSheet documentation

like image 169
marcomow Avatar answered Oct 31 '25 11:10

marcomow