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

row.set edited the whole row instead only that cell #670

Open
quarkhadron opened this issue Dec 4, 2023 · 1 comment
Open

row.set edited the whole row instead only that cell #670

quarkhadron opened this issue Dec 4, 2023 · 1 comment

Comments

@quarkhadron
Copy link

I used the Google Sheets QUERY function to visualize data from another sheet but when I use row.set instead of updating only that cell, it replaced the whole row which make QUERY function useless and the code broken

@theoephraim
Copy link
Owner

yeah unfortunately this is a limit of using the values based api methods which the row-based calls depend on.

Would take some thought to figure out how to better support more complex cases while still maintaining the easy DX of the row-based methods...

In the meantime, I'd suggest using the cell-based methods

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

No branches or pull requests

2 participants