Iwark / spreadsheet

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

Cell formatting? #34

Open zaddok opened 5 years ago

zaddok commented 5 years ago

It appears not possible to set cell text or background colour, is that correct?

Can we get a way to implement cell colour? Or could someone point me in the right direction on where to get started? Thanks!

Iwark commented 5 years ago

I guess we need to implement UpdateCellsRequest method based on the Sheets API to achieve that.

If you can tackle to it, it would be very helpful! (The other methods like this would help you to implement it)