elixir_google_spreadsheets icon indicating copy to clipboard operation
elixir_google_spreadsheets copied to clipboard

Support to Delete Rows

Open larskluge opened this issue 5 years ago • 1 comments

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!

larskluge avatar Sep 13 '19 13:09 larskluge

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.

Voronchuk avatar Sep 13 '19 15:09 Voronchuk