Iwark / spreadsheet

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

Add support for SortRange request #51

Open fabio-gallonetto opened 4 years ago

fabio-gallonetto commented 4 years ago

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 on how to improve the code.