Dim service = New SheetsService(New BaseClientService.Initializer() With
{
.HttpClientInitializer = credential,
.ApplicationName = ApplicationName
})
Dim requestBody = New Google.Apis.Sheets.v4.Data.Spreadsheet()
Dim request = service.Spreadsheets.Create(requestBody)
Dim r = request.Execute()
Response.Write(Newtonsoft.Json.JsonConvert.SerializeObject(r))
now, What I don't get is where to locate the file? When I go to sheets.google.com, I don't see it in the list ?second question is , how do I set a title when creating the spreadsheet? or at least, edit the title by supplying the sheet id ?
any help is greatly appreciated
Hello Henrik,
This forum provides support for the Google Cloud Platform. For help with the Google Sheets API, I recommend that you refer to Google Sheets API help page.
For specific technical questions, I recommend that you also ask your question on Stack Overflow , since there would be more visibility on it.