Control your Google Spreadsheet - Cloudsheets

Hey Developers,
Few months ago when i was trying to create a project on thunkableX, i found that if someone wants to use the google spreadsheet as his/her database then he/she will have to face a lot of challenges and the only methord which was available did not support many basic and necessary formatting options.

So i thought why not to extend the cloudsheets service to thunkable X.

This could have not been possible without the support of @cttricks

Today i take immense pleasure in announcing that i have successfully created a working webhook that can link your google spreadsheet to your app.

For now i could only give some basic features. Ill definitely work on the webhook in future based on feedbacks i get. If you think that any specific option is needed do let me know. Ill try my best to bring it in action.

This web hook is completely free of cost but will require an api key. You can generate the api key from our official website : https://www.cloudsheets.xyberneo.com and the docs will be uploaded to https://docs.cloudsheets.xyberneo.com

You can do the following with this web hook :

1 - Create a new row : use the “insertRow” command with the api block to perform this action

2 - Delete a row : use the “delRow” command with the api block to perform this action

3 - Get data of a specific cell : use the “getCel” command with the api block to perform this action

4 - Update the value of a specific cell : use the “updateCell” command with the api block to perform this action

5 - Get column : : use the “getCol” command with the api block to perform this action.

6 - Get a row : use the “getRow” command with the api block to perform this action.

NOTE : All this is done by using the API Component available in the builder.

Refer to the official website for integration guide

We will complete the docs as soon as possible till then you can get in touch with me via whatsapp at https://wa.me/message/YDO6XYDCZO66L1 or via telegram at Telegram: Contact @Clawser

Do join the official telegram group of Cloudsheets to get all the latest updates : Telegram: Join Group Chat

I have attached a sample below. This is the block for getting a row using the web hook.

Screen Shot 2020-07-11 at 1.25.54 PM

Thanks