Method CreateSpreadsheet
CreateSpreadsheet(string, string, NewSheetProperties, ITaskReporter)
Creates a new Google Spreadsheet.
Declaration
public (string spreadSheetId, int sheetId) CreateSpreadsheet(string spreadSheetTitle, string sheetTitle, NewSheetProperties newSheetProperties, ITaskReporter reporter = null)
Parameters
Type | Name | Description |
---|---|---|
string | spreadSheetTitle | The title of the Spreadsheet. |
string | sheetTitle | The title of the sheet(tab) that is part of the Spreadsheet. |
NewSheetProperties | newSheetProperties | |
ITaskReporter | reporter | Optional reporter to display the progress and status of the task. |
Returns
Type | Description |
---|---|
(string spreadSheetId, int sheetId) | Returns the new Spreadsheet and sheet id. |