node-google-spreadsheet
node-google-spreadsheet copied to clipboard
row.set edited the whole row instead only that cell
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
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