Skip to content
Advertisement

Write to Sheet with Google Sheets API

I want write data to my sheet:

JavaScript

But in log i see:

JavaScript

What am I doing wrong? I will be grateful for the example code that works for you 🙂

In the examples there is not enough information( https://developers.google.com/sheets/api/guides/values#writing_to_a_single_range)

Advertisement

Answer

You’re almost there. Don’t forget to include the sheet name

JavaScript

Check the Basic Writing guide for more samples.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement