简体   繁体   中英

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. 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)
  • Get the personal informations that people have to fill about them (B52:B58)
  • A submit button, onClick will send all these information to my email and clean the sheet to other client.

Google Sheets are not the right tool to do this. You should move all your data to Google Forms . 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. This data should be properly secured.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM