Google sheet sending active sheet as PDF

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


Solution 1:

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