0.1.0
-
Added support for the following Speadsheet methods:
-
Create spreadsheet that can be used as
Spreadsheet.createSpreadsheet
orAll.createSpreadsheet
. -
Get spreadsheet that can be used as
Spreadsheet.getSpreadsheet
orAll.getSpreadsheet
.
-
Create spreadsheet that can be used as
-
Added support for the following Speadsheet sheet methods:
-
Copies a single sheet that can be used as
Spreadsheet.Sheet.copySheet
orAll.copySpreadsheetSheet
.
-
Copies a single sheet that can be used as
-
Added support for the following Speadsheet value methods:
-
Appends values that can be used as
Spreadsheet.Value.appendValuesInRange
orAll.appendSpreadsheetValuesInRange
. -
Clears values that can be used as
Spreadsheet.Value.clearValuesInRange
orAll.clearSpreadsheetValuesInRange
. -
Get values that can be used as
Spreadsheet.Value.getValuesInRange
orAll.getSpreadsheetValuesInRange
. -
Set values that can be used as
Spreadsheet.Value.setValuesInRange
orAll.setSpreadsheetValuesInRange
.
-
Appends values that can be used as