On my app I create a csv file and I wanted to know if I could create a button that would open the file on excel, is that possible?
Change please the title
Is there any way to open a csv file with Excel ?
Discussions in the community about using Excel with App Inventor
https://community.appinventor.mit.edu/search?q=excel
Android provides a spreadsheet similar to Excel called Google Sheets. You might want to consider opening your file using Google Sheets.
Thank you! Sorry for the poor wording
If you want view data (no edit) you can use this extension
How open local csv with Google Sheets ?
Use a POST to send a csv to a Google Sheet in your Google Drive.
Here is some code by Tim you could try:
I think you can do that using https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.sheets&hl=en_US&gl=US . I haven't tried it.