Using Google Spreadsheet API without having values in header row in lower case with spaces removed
问题 I was wondering if there is any way around (read: hacks) using the Google Spreadsheet API that doesn't impose the restriction of having the values in the header row in lowercase with no spaces. I'm aware that I can just make use of the cell based feed but that would have an overhead of my application having to track what column number corresponds to a particular column name. Does anyone have an alternative means? (Also I noticed that the Google Spreadsheet API Docs doesn't make any mention of