Hi.

I am creating an gtk application that should show the spreadsheet in a
desktop application. The spreadsheet data I have got using the code
below, but i didn`t retrieve the real column names with this code. In
this case, the column names is referenced without spaces and in lower
cases. How my spreadsheet is built from a google form containing long
questions, I have had problems to "regenerate" the real text of
questions.

The code:

        gd_client = gdata.spreadsheet.service.SpreadsheetsService()
        gd_client.email = 'my_em...@gmail.com'
        gd_client.password = 'my_password'
        gd_client.ProgrammaticLogin()

        feed = self.ListGetAction(gd_client, "THE_SPREADSHEET_KEY", "1")
        self.PrintFeed(feed)
        entries = [entry.custom for entry in feed.entry]
        return entries

Anyone can help me?

Regards.
Mario Hozano

--

You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to google-docs-data-a...@googlegroups.com.
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-docs-data-apis?hl=.


Reply via email to