Iwark / spreadsheet

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

how to set cell as checkbox? #43

Open champ-isaac opened 5 years ago

champ-isaac commented 5 years ago

Is it possible to set some cells as checkboxes while update the row data?

I use sheet.Update to insert the row data and the value only accepts string type.

Thanks