I have a google sheet which I use to send simple invoices. It is basic enough and it runs through an iPad (for fixed reasons) and this is the process which is kind of clunky :
-edit the template sheet which creates an invoice sheet (that's fixed obviously)
This is the awkward part :
-share/print/select one page (the invoice sheet)/print on a local printer
-share/print/select one page (the invoice sheet)/share (pdf) (edit mail)
I was wondering is it possible to have an apps script which :
-prints the first page of the sheets document, local printer
-opens the iPad mail program (not gmail)
-attaches the first page of the sheets document as a pdf
-changes the subject to a cell in the sheet (i.e. make the subject cell C1)
-changes the body to a cell in the sheet (i.e. make the body the contents of C2)