google sheets

  1. gladosxe

    B4A Class [B4X] Google SA - Google Service Account helper

    I originally created this library for a friend to work with Google Sheets using a service account. Now I'm wondering what to do with the code. It would be a shame to throw it away, so I've decided to make it public. I might even continue working on it for a while if there's enough interest, as I...
  2. A

    Android Question Problem with updating a cell in google sheet

    Hi I am trying to communicate with Google sheet. Using the code below I can read data from Cell B3 of sheet One. This code works fine. Dim j As HttpJob Dim StrGS As String j.Initialize("", Me)...
  3. S

    Android Question Problems with GSheetplus Library , the s.Initialize(...

    Hi! I bought GSheetplus and thought it whould work but I get an error- I tried an example and the error gets on this row: /../ Dim ClientId As String = "xxxxxpath.apps.googleusercontent.com" /../ s.Initialize(Me, "gs", ClientId) But what is "gs" ? The error text is (parts in Swedish)...
  4. fernando1987

    Share My Creation READ, ADD, UPDATE, AND DELETE DATA FROM GOOGLE SHEETS USING API V4

    This project has all the necessary connections to communicate with a google needs the Google OAuth2 class: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/ *Important talk in your project the google sheets app from google console developers Also uses the Tasty Toast...
Top