I am trying to create and download a spreadhsheet with google apps script. I create a file
const newDocument = SpreadsheetApp.create("docname");
how can I download the file in xlsx or csv formatting to my machine ? Thank you in advance.
I am trying to create and download a spreadhsheet with google apps script. I create a file
const newDocument = SpreadsheetApp.create("docname");
how can I download the file in xlsx or csv formatting to my machine ? Thank you in advance.