I have a spreadsheet which has all my data for a mail merge. At present, I have simple text in a single cell to create the template for my email. It looks a little something like this:
"Hi ${Name}, we missed you in class today. Here's what you missed: ${Class Summary}. Have a great day!"
The template works fabulously, but I hate that there's no spell check in Sheets, so I'd like to either:
- USE SCRIPTS: Draft the template in a Google Doc and use my scripts to call the Doc as my template. (The issue I've run into with this is Google's discontinuation of getByID and getByURL.)
- USE FORMULAS: Draft the template in a Google doc and import the template into a single cell in Sheets.
Is either method possible?