E Edgardo PuntoCom Member Licensed User Longtime User Aug 14, 2020 #1 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?
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 Aug 14, 2020 #2 Row & column operations | Google Sheets | Google for Developers developers.google.com Upvote 0