Alberto Benavidesalbertobenavides.hashnode.dev·Sep 21, 2023Google Sheets + LaravelGoogle Entrar a https://developers.google.com/console (Opcional) Crear nuevo proyecto en https://console.cloud.google.com/projectcreate Configurar el content screen como aplicación externa y tu correo de contacto en https://console.cloud.google.co...DiscussLaravelLaravel
Brian Mwangibrayo.hashnode.dev·Sep 11, 2023Google Spreadsheets integration in Python (part three)This tutorial assumes you have a basic understanding of Django and have your app set up already. In this example, we are going to collect bursary application forms from users. We'll start with defining the model for the applications in the models .py...Discuss·5 likes·28 readsPython
Brian Mwangibrayo.hashnode.dev·Sep 11, 2023Google Spreadsheets integration in Python (part two)For this tutorial, I recommend using Google spreadsheets on the web. Open your preferred browser and head to https://docs.google.com/spreadsheets.Create a new spreadsheet. We'll call ours "Applications".On the top right, click on share: Open your pr...Discuss·3 likesPython
Brian Mwangibrayo.hashnode.dev·Sep 11, 2023Google Spreadsheets integration in Python (part one)Let's explore how we can integrate the Google Sheets API in our Python application with Django. We will tackle this in segments, with part one covering how to get API keys from Google, part two covering how to set up our spreadsheet(s), while part th...Discuss·3 likes·34 readsPython
Arthur Kazaarthurkaza.hashnode.dev·Aug 15, 2023How do I make Google Sheet interactive with Google DialogFlow?It takes some time to learn AI. Your company must instruct a computer software known as a natural language processor (NLP) on how to automate responses to the data it receives. Together, we will examine how to make learning an NLP in this article, th...Discuss·10 likesProductivity AI Boost with Google AI Platformdialogflow
andy odedraandy11.hashnode.dev·Aug 7, 2023How to Change Cell Size in Google SheetsChange Cell Size Google Sheets: learn in details Google Sheets is a powerful tool for managing and analyzing data, and customizing the appearance of your spreadsheet can enhance its readability and visual appeal. One aspect of customization is adjust...Discussgoogle sheets
Deborah Yambenudebyam.com·Jul 31, 2023How to Perform Mail Merge with Google Workspace (Docs and Sheets)1. Introduction Imagine that you work in a company that organizes a large annual event. You need to send personalized invitations to hundreds of guests, each containing specific details such as the guest's name, the date, and the location of the even...Discuss·13 likes·39 readsGoogle WorkspaceMail Merge
Beatriz Camposrailsware.hashnode.dev·Jul 26, 2023What's Mail Merge? [use cases + tutorials]Can you imagine being a VP at a large corporation and reaching out to each of your customers directly? Bankers or insurance associates do it all the time, and somehow, they manage to personalize each of the thousands of messages they send. Are they s...Discussmailtrap
Kenny Carlileblog.kcarlile.com·Jul 12, 2023Google Sheets - Get A1 Notation for Range of Named RangeIf you've used Named Ranges in Google Sheets, you likely know the power of being able to refer to a range of cells with a static name without having to update the formulas in multiple cells. However, sometimes you may want to get the A1 notation (e.g...Discussgoogle sheets
Surinder Bhomrahashnode.surinderbhomra.com·Jun 30, 2023Google Apps Script: Fetching Data From An External APIWhile manually importing data into a Google Sheet to complete the boring chore of data restructuring, I wondered if there was any way that the initial import might be automated. After all, it would be much more efficient to link directly to an extern...DiscussGoogle