- 14
- 188 773
SheetDB
เข้าร่วมเมื่อ 19 มี.ค. 2021
The official channel of SheetDB - a great tool that turns Google Spreadsheet into JSON API.
On this channel you find tutorial videos which will help you discover the awesome features of SheetDB and connect your Google Sheets to CRM, API, Website, WordPress and more applications and tools.
On this channel you find tutorial videos which will help you discover the awesome features of SheetDB and connect your Google Sheets to CRM, API, Website, WordPress and more applications and tools.
Display content of Google Spreadsheet in your website using only HTML, SheetDB + Handlebars script
Discover how to effortlessly display Google Spreadsheet content on your website using just HTML, SheetDB, and Handlebars script! This step-by-step tutorial from SheetDB's channel will guide you through integrating your data into your site with ease. Learn more and elevate your web design game today! 📊🌐 #SheetDB #GoogleSheets #Handlebars #webdesign
Docs:
📖 Library: docs.sheetdb.io/handlebars
💾 Cache: docs.sheetdb.io/cache
🌍 To test our product, visit SheetDB's website: sheetdb.io
✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io
🗞 For more content, visit our blog: blog.sheetdb.io
Docs:
📖 Library: docs.sheetdb.io/handlebars
💾 Cache: docs.sheetdb.io/cache
🌍 To test our product, visit SheetDB's website: sheetdb.io
✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io
🗞 For more content, visit our blog: blog.sheetdb.io
มุมมอง: 3 013
วีดีโอ
Create Google Spreadsheet and API from JSON data
มุมมอง 3Kปีที่แล้ว
Turn Your JSON Data into a Spreadsheet and Generate APIs with SheetDB! 🌍 To test our product, visit SheetDB's website: sheetdb.io ✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io 🗞 For more content, visit our blog: blog.sheetdb.io
Use your Google Spreadsheet data in Laravel, PHP
มุมมอง 9K3 ปีที่แล้ว
This new video shows how to work with data in Google Spreadsheet through SheetDB API in PHP, using Laravel. Check our PHP Use Case at SheetDB's website: sheetdb.io/use-cases/google-sheets-json-data-with-php 🌍 To test our product, visit SheetDB's website: sheetdb.io ✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io 🗞 For more content, visit our blog: blog.sheetdb.io
Import JSON to Google Spreadsheet
มุมมอง 20K3 ปีที่แล้ว
The video shows how to import data in JSON format directly into Google Sheets via SheetDB API. Link to SheetDB's documentation: docs.sheetdb.io 🌍 To test our product, visit SheetDB's website: sheetdb.io ✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io 🗞 For more content, visit our blog: blog.sheetdb.io
Use UPDATE & DELETE requests on Google Sheets data in Adalo-created app
มุมมอง 8K3 ปีที่แล้ว
Here's the second part of building a no-code mobile application in Adalo. This time you'll see how to manipulate the spreadsheet data using UPDATE and DELETE requests via SheetDB's API. Link to part 1: th-cam.com/video/8rlVP06ITUA/w-d-xo.html 🌍 To test our product, visit SheetDB's website: sheetdb.io ✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io 🗞 For more content, ...
Create an HTML Table from your Spreadsheet's data
มุมมอง 7K3 ปีที่แล้ว
This video shows how you can generate an HTML Table snippet out of data from a Google Spreadsheet, by using the new feature that we implemented into SheetDB App. 🌍 To test our product, visit SheetDB's website: sheetdb.io ✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io 🗞 For more content, visit our blog: blog.sheetdb.io
Connect your Bubble-made web app to Google Sheets to fetch & manipulate data (NO CODE)
มุมมอง 12K3 ปีที่แล้ว
The second video of the NO CODE series. See how you can connect your Bubble web app to Google Sheets to fetch and manipulate data stored in a spreadsheet. 🌍 To test our product, visit SheetDB's website: sheetdb.io ✉️ With questions, opinions or suggestions, mail us at: support@sheetdb.io 🗞 For more content, visit our blog: blog.sheetdb.io
Create your mobile app (iOS/Android) with the Google Sheets data in Adalo + SheetDB (NO CODE)
มุมมอง 52K3 ปีที่แล้ว
Miko shows how to build a simple, yet fully functional mobile app, that reads and creates data in Google Sheets. All possible thanks to combined forces of SheetDB and a no-code application creator - Adalo. Correction: 5:10 - There should be the Album title column chosen for the Card List's Title, instead of the Artist, which belongs to the Subtitle. 🌍 To test our product, visit SheetDB's websit...
Generate HTML form that submits data from your WordPress site to Google Sheets
มุมมอง 7K3 ปีที่แล้ว
This video presents how you can submit data from your WordPress site, directly to a Google spreadsheet with the use of a new feature that we implemented into SheetDB, which is a form, generated by the app, which can be embedded into WordPress. 🌍 SheetDB website: sheetdb.io 🐦 Twitter: sheetdb_io ✉️ Mail us at support@sheetdb.io 🗞 SheetDB blog: blog.sheetdb.io
Build a Dialogflow chatbot with Google Spreadsheet integration
มุมมอง 16K3 ปีที่แล้ว
This time we are going to make a Dialogflow chatbot that will validate some details from the content of a Google Spreadsheet and store it to another tab using SheetDB. GitHub repo here: github.com/sheetdb/dialogflow-example/ Corrections: 2:40 - I made a typo in the intent's name which is later duplicated in the code, so everything works fine. 10:10 - That line of code should actually look like ...
Using the search feature in SheetDB API to filter results from Google Sheets
มุมมอง 2.9K3 ปีที่แล้ว
In this tutorial video I give you some hints on how to correctly use the search feature in SheetDB API and thus, to be able to filter your results, that are pulled from Google Sheets, any way you want to. You'll find this explained in writing at our blog: bit.ly/3uAmAlx 🌍 SheetDB website: sheetdb.io 😎 Link to our test spreadsheet if you want to play with it: docs.google.com/spreadsheets/d/1mrs...
How to send data to Google Sheets using an HTML form
มุมมอง 29K3 ปีที่แล้ว
This time I show you how you can easily gather data from visitors of your website using a form embedded in your site and store them in Google Spreadsheet with the aid of SheetDB app and some JavaScript. Here's the link to the promised CodePen: codepen.io/sheetdb/pen/VwPpJqx 🌍 SheetDB website: sheetdb.io 😎 Snippets to use: sheetdb.io/use-cases/submit-to-google-sheets-with-html-form ✉️ Mail us at...
How to connect Google Spreadsheet to WordPress. Part 2/2
มุมมอง 4.5K3 ปีที่แล้ว
The second part on how you can easily embed your Google Spreadsheet data into a WordPress site, by creating API with SheetDB App, so that the displayed content is always valid and coherent with your database. In this tutorial we show you some additional features of SheetDB that can be used in WordPress. 1️⃣ Part 1/2: th-cam.com/video/wwq4lqA1fxE/w-d-xo.html 🌍 SheetDB website: sheetdb.io 🗞 Sheet...
How to connect Google Spreadsheet to WordPress. Part 1/2
มุมมอง 15K3 ปีที่แล้ว
This video presents how you can easily embed your Google Spreadsheet data into a WordPress site, by creating API with SheetDB App, so that the displayed content is always valid and coherent with your database. Checkout the 2️⃣nd part: th-cam.com/video/lVedf7esFsU/w-d-xo.html 🌍 SheetDB website: sheetdb.io 🗞 SheetDB WordPress plugin's library: wordpress.org/plugins/sheetdb/ 🔎 Helpful article here...