spreadsheet icon indicating copy to clipboard operation
spreadsheet copied to clipboard

Google Go (golang) library for reading and writing spreadsheet files on Google Docs.

Results 17 spreadsheet issues
Sort by recently updated
recently updated
newest added

It'd be awesome to use this module to be able to update the indexes on each sheet, but the privateness of the function which creates `updateRequest` structs prevents this. https://github.com/Iwark/spreadsheet/blob/41eea14839643a5a737559747bb7318c2eaad600/update_request.go#L9...

I can't access spreadsheet by ID with URL like **https://docs.google.com/spreadsheets/d/{spreadsheet_id}** with error permission denied. Can I create a public spreadsheet?

I have noticed that numeric cells have a single quote prefix occurring in them. Instead of cell content `1234` it will be `'1234` I cannot find the issue or reason...

I use version from `master` and `v2`, and i got the same error: ``` http: panic serving [::1]:60992: runtime error: invalid memory address or nil pointer dereference goroutine 41 [running]:...

Hi, Thanks for this awesome library. I am trying to programically manipulate a spreadsheet and your library seems a good fit. However when adding values to a Row that does...

This library uses a very sensible `USER_ENTERED` default option for updating cells. There may be times (such as in my current project) where the ability to change this is useful....

When I import `gopkg.in/Iwark/spreadsheet.v2` I get the following panic on `service.ExpandSheet(...)` and `sheet.Synchronize()`: `panic: runtime error: invalid memory address or nil pointer dereference` Everything works fine when I import `github.com/Iwark/spreadsheet`...

This PR adds support for the SortRange request that allows to sort the spreadsheet by one or more columns PS:I'm not well versed in Go and I'm open to suggestions...

I observe the Cell level Notes fields are getting blank. Do you have any way to get notes of a cell. Ref: https://stackoverflow.com/questions/53473142/google-sheets-apiv4-getting-notes-from-cell