Hi, All Can I create google spreadsheet instead of XLSX file ?
As far as I know I can’t manipulate XLSX using Apps Script.
I found a solution how to create a google sheet from xlsx ( this one for example ) but maybe there is a more direct way without intermediate steps
Not sure what you want to do with gSheet once you create them but one possible workaround is to prepare a gSheet, generate an AppSheet table from it, populate data with a bot, make a copy of the gSheet using Apps Script and go from there…
Nope.