Google spreadsheets contain FontStyle information, such as bold, red, etc. I want to read the FontStyle from the spreadsheet.
Is GAS the only way to read FontStyle info from a google spreadsheet? Are there any other options?
I am using appengine and Gdata/Spreadsheet API with OAuth. This is reading Cell Data from the google spreadsheet.
Gdata & Google Spreadsheets API 3.0: I have searched Gdata & Google Spreadsheets API, as far as I can tell, these only read cell data. There is a GData feature request to read FontStyle info here :
Avoid Google Apps Script: I want to avoid using google apps script. I know GAS can read FontStyle info. But GAS is complex/scary for a non programmer to setup and so I want to avoid GAS.