Iwark / spreadsheet

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

Expose more cell fields (userEnteredValue, effectiveValue) #48

Closed 2qar closed 2 years ago

2qar commented 4 years ago

https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/cells Exposing these two fields makes working with numbers a little nicer and working with formulas possible. Closes #47

side note: the Cell struct should just be removed and CellData could have helper methods added to make it nice to interact with like Cell, but maybe this is an issue for an actual issue

Iwark commented 2 years ago

Thank you!