changing title of google sheet via .net api library, and where are the files located?

69 views
Skip to first unread message

Henrik Gustav

unread,
Feb 27, 2018, 9:02:04 AM2/27/18
to Google App Engine
hi guys. good day

I am the owner and creator of an App in google's developer console. I've enabled google sheets api, created a credential.

so using this code, I'm able to get a return object containing the sheet Id and other stuffs.

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

Katayoon (Cloud Platform Support)

unread,
Feb 27, 2018, 1:53:51 PM2/27/18
to Google App Engine

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.


Reply all
Reply to author
Forward
0 new messages