FormSign – Document Signature with Google Forms

A free solution for signing document with Google Workspace & Apps Script: GAS109 Introduction If you are looking for a free solution to sign the document with Google Forms, you may check this one. By using Google Forms & Apps Script, we send the respondent an email with the sign request which is a Web … Read more

Employee Profile App with Data from Google Sheets

A light-weight web app built with Google Sheets & Apps Script: GAS108 Introduction If you are looking for a free solution to host a web app for your employee profiles by using Google Sheets as a database, you may check this shared project.  Demo App A gallery to showcase your employees. Configurations App Settings: app … Read more

Join & Split Rich Text Values in Google Sheets

Google Apps Script helper functions for handling rich text values in Google Sheets Introduction Join & Split text in Google Sheets with the built-in functions is handy and easy to use for normal text. However, we may need to handle rich text values which contain multiple different text attributes like font color, family, size, bold, … Read more

Single Function to Handle Custom Menus with Apps Script

Create Any Nested Custom Menu Structure in Google Sheets, Docs, Slides, Forms Introduction Custom menu is a very handy tool to manage the custom scripts and functionalities for the end users. However, it’s a little bit of crowded and tedious when more and more scripts are added to the menu. To organize the scripts and … Read more