Android Question How to write into Google Sheets?

cenyu

Active Member
Licensed User
Longtime User
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).
But where to find Google API?
 

Alexander Stolte

Expert
Licensed User
Longtime User
 
Upvote 0

cenyu

Active Member
Licensed User
Longtime User
Upvote 0
Top