Hi,
I have a spreadsheet of data that I would like to save to my drive as an excel file.
I tried to use file.getAs("application/xlsx") though I noticed it is not supported. Also tried to find references but with no luck.
Is there any other way to generate an automatic save of a spreadsheet as an excel file through scripts?
Is support of excel files in getAs() method in development?
Thanks!