Trying to create a PDF from a spreadsheet blob
I’m trying to create a process to produce invoices. The invoice data is in a spreadsheet and the code takes data from that spreadsheet, makes a copy of the master invoice (a template spreadsheet with some data and graphics), adds the relevant data into the copy of the master and saves it as a google sheet. All this works correctly.