Automated Download of a Google Sheet
I would like to somehow automate the export of a Gsheet file that I have in my drive, as an .xlsx file and place it in the same folder as the original Gsheet. I tried making some App Scripts, but nothing has worked perfectly so far. function downloadGoogleSheet() { var spreadsheet = SpreadsheetApp.openById(‘[SHEET_ID]’); var sheet … Read more