How to update a single cell? #50
Replies: 1 comment
-
nvm just found the insert() function, the name threw me off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to update a cell's value, but I don't find any way to do it. If I try using
edit_row()
, it updates all the cells in that row to the same value. How would I go about changing one cell?Beta Was this translation helpful? Give feedback.
All reactions