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
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:
Try one of these extensions
DataTables Extension by mmnettime (6 USD) to create custom HTML tables and export to Excel, Pdf, CSV
ExcelTool Extension by 11119, a tool for working with Excel files (Excel 97-2003 type)
taken from the extensions directory App Inventor Extensions | Pura Vida Apps
Taifun