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 referring the doc https://developers.google.com/sheets/api/guides/values#write_to_a_single_range to write some values to a spreadsheet. I requires to input the range of cells to write the data. However as the data I write is in a js object I wouldn't know in advance how may rows or columns it occupies. In this case how should I mention the range?
Summary
I was referring the doc https://developers.google.com/sheets/api/guides/values#write_to_a_single_range to write some values to a spreadsheet. I requires to input the range of cells to write the data. However as the data I write is in a js object I wouldn't know in advance how may rows or columns it occupies. In this case how should I mention the range?
The text was updated successfully, but these errors were encountered: