0.1.1 • Published 5 years ago
@avst-api/google-sheets v0.1.1
0.1.0
Added support for the following Speadsheet methods:
- Create spreadsheet that can be used as
Spreadsheet.createSpreadsheetorAll.createSpreadsheet. - Get spreadsheet that can be used as
Spreadsheet.getSpreadsheetorAll.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.copySheetorAll.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.appendValuesInRangeorAll.appendSpreadsheetValuesInRange. - Clears values that can be used as
Spreadsheet.Value.clearValuesInRangeorAll.clearSpreadsheetValuesInRange. - Get values that can be used as
Spreadsheet.Value.getValuesInRangeorAll.getSpreadsheetValuesInRange. - Set values that can be used as
Spreadsheet.Value.setValuesInRangeorAll.setSpreadsheetValuesInRange.
- Appends values that can be used as