Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rows deletion #17

Open
TDenisM opened this issue Nov 15, 2021 · 4 comments
Open

Rows deletion #17

TDenisM opened this issue Nov 15, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@TDenisM
Copy link

TDenisM commented Nov 15, 2021

Do you plan to implement more actions with Sheets e.g. rows deletion?

@sammachin
Copy link
Owner

You're the first person to ask for that! but I guess it makes sense to add in a delete row/column method.
I'll need to look at how best to configure that, the underlying API seems to take an Index value so starting at 0 but I think it would be neater if we used the same references as the sheet eg A-Z 1-100?

@sammachin sammachin added the enhancement New feature or request label Nov 16, 2021
@TDenisM
Copy link
Author

TDenisM commented Nov 16, 2021

It makes sense for me definitely! Also I want to have insert combo box option currently. 8-) Also it may be useful to be able to insert rows/columns (after or before some position) with some values. Also (I'm sorry for repetition) I didn't get how to make bulk insertion if it's possible.
The current (existing) index logic is based on zero start indexing so I don't think that you should change that for deletion and other options. Also it will be nice to have to be able to set node method (GET/UPPEND/CLEAR and so on) dynamically with msg properties. (I know - too many alsows - sorry for that)

@omygolly
Copy link

omygolly commented Jan 8, 2022

Would love to see this as well! Trying to do a simple daily to-do list which fetches data from sheets and when responding that they are done they get removed. So would help me a lot if the whole row got delited not just the data in the cell (which I will have to address with some really really crappy js-skills in a function node for the time being..) :)

@skywurz
Copy link

skywurz commented Jan 22, 2024

I too just ran into a need for this as my sheet is beyond 1000 rows so i was trying to just move the oldest (top row) to a second sheet. Well moving it works but then my data appends to the top cleared not deleted top row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants