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:
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).