Mantas Vidutis
Mantas Vidutis

Reputation: 16794

Google Spreadsheets API Column Titles

I am using the Google Spreadsheets API in python, and I can't get the column headers for the ListView of a worksheet.

Does anyone know how to get those titles? I can only find the underscore preceded hashes.

Upvotes: 1

Views: 886

Answers (1)

yoav.aviram
yoav.aviram

Reputation: 1802

Take a look at a this library I created, its a simple wrapper to the spreadsheet API designed to make cases like the one you are facing much simpler to deal with.

Upvotes: 1

Related Questions