Iwark / spreadsheet

Google Go (golang) library for reading and writing spreadsheet files on Google Docs.
MIT License
382 stars 53 forks source link

Fix TabColor bug #17

Closed yipjustin closed 7 years ago

yipjustin commented 7 years ago

SheetProperties.TabColor is not a string but an object, according to spreadsheet spec.

Calling FetchSpreadsheet triggers json: cannot unmarshal object into Go struct field SheetProperties.tabColor of type string if the spreadsheet has tab-color set.

Iwark commented 7 years ago

@yipjustin Thank you!