Android Question How insert row with Google Sheets API?

Edgardo PuntoCom

Member
Licensed User
Longtime User
This is for writing data:

B4X:
    jj.PutString("https://sheets.googleapis.com/v4/spreadsheets/xxxIDxxx/values/"&range&"?valueInputOption=USER_ENTERED&access_token=" & Token, _
    "{""values"":[["""&fecha&""","""&hora&""","""&turno&""","""&rollo&""","&diametro&"]]}")

but, how insert row in specific position?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top