Iwark / spreadsheet

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

Implement UpdateCellsRequest, add Note field to cell #42

Closed 2qar closed 4 years ago

2qar commented 5 years ago

syncCells had to be changed to implement UpdateCellsRequest, which allows for more fields to be added in the future (#34), not just the Note field.

raghu-nanda commented 5 years ago

@BigHeadGeorge Eager to know if the build is Ok to use? Any in-progress debugging needed. I could help.

2qar commented 5 years ago

The build works fine, Travis is just kinda misleading because it's failing before it even runs the tests. I've tested updating cell notes and it works, but I don't think I added the tests so that's still up for grabs

Iwark commented 4 years ago

Thank you!