It's not clear to me how to write into selected columns using POST of the 
Google Sheets API. For example, a JSON body might be like this: 
{"Company":"google"}. In the spreadsheet, the columns are Email, Name, 
Company, in *that* order.

So far I've only managed to write a whole line of entries in the 
correct/required order (either all 3 data values or just single one which 
is placed in Column A). But I cannot manage to post a single value (as in 
the example above) in the correct column without specifying the range (egin 
this case it would be colum C, e.g. C4:C99).

Is this even possible with the Sheets API? I never really have such 
problems with any REST APIs - it just doesn't work with the Google Sheets 
API. Any help & code example appreciated, Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-spreadsheets-api/6c011712-63dc-42d2-b02e-94832cbd675an%40googlegroups.com.

Reply via email to