0
votes

I have data in google spreadsheet (A1:B16 - sheet name "test2") and i cant figure out a script that will pull the data from the specific sheet and put it into a table in the body of an email. I would then use a time trigger to automate the process.

1

1 Answers

0
votes

Use getValues() to retrieve the values of your range. Then sendEmail() to send your email.