简体   繁体   English

Google表格:获取单元格信息,并在单击时将其全部发送到电子邮件地址

[英]Google Sheet : get cell informations and send all of it on click to an email address

I'm creating this wine order Google sheet and I'm trying to deal with js code to do some things. 我正在创建此酒单Google表格,并尝试使用js代码来做一些事情。 I've some basics but I'm trying for days... 我有一些基础知识,但我已经尝试了好几天...

I need to: 我需要:

  • Get all product information if it's filled (A14:E14 if D14 is filled) 如果已填写,则获取所有产品信息(如果已填写D14,则获取A14:E14)
  • Get the personal informations that people have to fill about them (B52:B58) 获取人们必须填写的个人信息(B52:B58)
  • A submit button, onClick will send all these information to my email and clean the sheet to other client. 一个提交按钮,onClick会将所有这些信息发送到我的电子邮件中,并将表格清理给其他客户。

Google Sheets are not the right tool to do this. Google表格不是执行此操作的正确工具。 You should move all your data to Google Forms . 您应该将所有数据移至Google表单 There you can write a script to send you an email on each submit of the form. 您可以在此处编写脚本,以便在每次提交表单时向您发送电子邮件。

Storing personal data in a publicly accessible Google Sheet is a very bad idea. 将个人数据存储在可公开访问的Google表格中是一个非常糟糕的主意。 This data should be properly secured. 此数据应妥善保护。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google表格:如果单元格内容= A / B / C电子邮件地址1/2/3 - Google Sheet: If cell contents =A/B/C email address 1/2/3 Google AppScripts 仅将 Email 发送到单元格值或按钮单击 - Google AppScripts Send Email to on cell value or button click only 当特定单元格的值更改时,如何使Google表格脚本发送电子邮件? - How do I make a Google Sheet script send an email when a specific cell's value changes? 如何从谷歌表格发送 email 表格作为 PDF 附件 - How to send email from google sheet with the sheet as a PDF attachment 在 Google 表格中添加一封订阅电子邮件时发送电子邮件 - Send email when one subscription email is added on Google sheet 将Google工作表转换为html并使用Google App脚本作为电子邮件发送 - Convert google sheet to html and send as email using google app scripts 将电子邮件地址和网址发送给laravel作为get参数 - Send email address and url to laravel as get parameter 获取所有电子邮件地址,然后通过另一封电子邮件发送 - Get all email adresses and send it on another email 在线表格更新谷歌表格后,如何发送 email? - How to send an email once an online form updates a google sheet? 如何获取带有Google访问令牌的电子邮件地址? - How to get email address with google access token?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM