IntroductionDo you spend time copying information from Google Sheets into Google Docs? If you manage reports, invoices, class lists, or customer data, doing this manually can take hours.With Google Apps Script, you can automate this process. In just one click, you can generate a properly formatted Google Doc directly from your Google Sheet.In this guide, you’ll … [Read more...] about Create Google Docs from Google Sheets Using Google Apps Script
Docs
Print Merge or Mail Merge for Google docs
Google Docs doesn't have the Print Merge or a Mail Merge option available, so if you want to create multiple documents from the data you have in your spreadsheet you have to use an Add-on. Usualy these add-ons have limited options and are missing some of the needed functions. I have been using this Google spreadsheet script to do a Print merge for a while and I have made small … [Read more...] about Print Merge or Mail Merge for Google docs