In Google Sheets there is an option to saved a "named version" of a sheet. I am looking for a way to do this programatically. Roughly, I want a button press to:
- Create a new named version (eg, "v3") of a spreadsheet (
data
) - Create a copy of another spreadsheet (
calculator
) - Have
calculator
reference data in "v3" ofdata
.
Is this possible? I can't find any functions to programatically create/access versions of spreadsheets. In the Drive Service, or Drive Web API.