Create file xlsx through query SQL

Hello,

I want to create an Excel file through an SQL query and then be able to share it via WhatsApp or any other way.



Thanks

Create a CSV file, that's much more sensible as it is a neutral format that all Spreadsheet programs can read and write.

If it has to be an xlsx file, you could write a google apps script to:

  1. Run the query on the data
  2. Store this in a new xlsx file on Google Drive
    and then
  3. Download the xlsx file to your app

Try one of these extensions

taken from the extensions directory App Inventor Extensions | Pura Vida Apps

Taifun