You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to delete some rows, but it didn't work for me, on spectating the function in the core file i.e GoogleSpreadsheetWorksheet.js I found out that is a void function, I would like contribute to make this function workable.
The text was updated successfully, but these errors were encountered:
yeah you can delete populated rows via the row based api, but directly using the deleteDimension call is not yet implemented. Feel free to open a PR - it should be fairly straightforward. Otherwise I'll try to get to it when I can!
Any action on this? I'm running into an issue where I need to delete rows and would prefer to keep everything within the node-google-spreadsheet library.
I was trying to delete some rows, but it didn't work for me, on spectating the function in the core file i.e GoogleSpreadsheetWorksheet.js I found out that is a void function, I would like contribute to make this function workable.
The text was updated successfully, but these errors were encountered: