elixir_google_spreadsheets
elixir_google_spreadsheets copied to clipboard
Support to Delete Rows
Would you be interested in implementing a feature to delete (many) rows?
Eventually I'd also need to delete cols. And/or resize dimensions of a sheet/grid if that's possible at all. But this is certainly future for me.
Thank you!
I need to study if there is a native way to do that on API level (mb batchedUpdate will work here). Otherwise, it will be easier to make helper on the side of the application logic.