I'm using Google Sheets to create data for a program I'm working on. What I do is use Google Sheets to build the data, and then download as CSV, and copy it to the application folder.
The problem is that now I have quite a few sheets (tabs) in my data and downloading them one by one is a bit of a hassle.
So I thought I'd use Google Apps Script to create a function that will convert them all to CSV, zip them, and send them to the client as a download.
Is this doable? Anyone have any suggestions as to how?