Iwark / spreadsheet

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

Can we make newUpdateRequest() function public? #58

Open AdamGlazerMW opened 2 years ago

AdamGlazerMW commented 2 years ago

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

Since all other methods on updateRequest are public too, it makes little sense to keep its constructor private actually.

Can we make this happen please?