Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在谷歌电子表格中有数据(A1:B16 - 工作表名称“test2”),我想不出一个脚本来从特定工作表中提取数据并将其放入电子邮件正文的表格中。然后我会使用时间触发器来自动化这个过程。
使用getValues()检索范围的值。然后sendEmail()发送您的电子邮件。