Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

139
Views
Google sheets API Writing data issue, Adding extra fields

I am using google-sheet-api for my project and it totally works fine most of the time. But at times it behaves differently. Last time I encountered with a problem that some of cells filled by my data which I am not intend to. It randomly picked one of the values from my data and filled up other cells in my row. So my question is , Is this something with my side or google-sheets-api issues ??

Used code:

const writeReq = await sheets.spreadsheets.values.append({ 
  spreadsheetId:id, range:'range', valueInputOption:"USER_ENTERED", 
  resource:{ 
    values:[ 
      ["data1", "data2", "data3", "data4", "data5", "data6", "data7", "data8"], 
    ] 
  } 
})
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It's a bug

  • Issues with spreadsheets.values.append appending values at the wrong location in the sheet are already know and reported on Google's Issue Tracker - see API values.append sometimes adds row not where it supposed to and Sheets V4 does not provide any suitable append operation
  • What you can do is "star" the issues to increase visibility, so that hopefully the issue will be fixed soon
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!