Home > front end >  Google sheet sending active sheet as PDF
Google sheet sending active sheet as PDF

Time:01-21

I have a code that sends google sheets by email to some email, but I want to organize the email body in the code, and whenever I am making space or entering, it's not noticed by the code. Is there anything I should do so the code will understand that this is a space or go in another line?

Thank

CodePudding user response:

Use \n everywhere you need to start a new line.

  •  Tags:  
  • Related