I have create google sheet can you give me a clue haw to write into cells?
I know this:
To interact with Google Sheets, you need the necessary libraries. B4A uses external libraries for HTTP requests and JSON parsing. Here’s what you'll need to install:
OkHttp: For HTTP requests.
JSON: For parsing JSON responses.
Google API (you may need a wrapper library for Google API).
Gsheet Author: Fernando Arevalo Version: 1.0 Functions: Process_Globals As String B4A, B4I Initialize (ClientId As String) B4J Initialize(ClientId As String,ClientSecret As String) B4X SpreadsheetsId As String The ID of your document. This is the big long aplha-numeric code in the...
Gsheet Author: Fernando Arevalo Version: 1.0 Functions: Process_Globals As String B4A, B4I Initialize (ClientId As String) B4J Initialize(ClientId As String,ClientSecret As String) B4X SpreadsheetsId As String The ID of your document. This is the big long aplha-numeric code in the...