C Christian Abate Member Licensed User Aug 10, 2016 #1 Hi, I've open and external CSV file as described in : https://www.b4x.com/android/forum/threads/open-external-files-with-your-app.50525/ my question is how to open the file into a table instead of a msgbox? thanks for any info
Hi, I've open and external CSV file as described in : https://www.b4x.com/android/forum/threads/open-external-files-with-your-app.50525/ my question is how to open the file into a table instead of a msgbox? thanks for any info
tufanv Expert Licensed User Longtime User Aug 10, 2016 #2 https://www.b4x.com/android/forum/threads/class-table.46567/#content With lates verison, you can load a csv into table. Upvote 0
https://www.b4x.com/android/forum/threads/class-table.46567/#content With lates verison, you can load a csv into table.
C Christian Abate Member Licensed User Aug 10, 2016 #3 Thanks, I have been doing some exercises with local files and it works great, but now I want to take an external CSV, lets say from email or Dropbox display it on a table and save it to the local folder of the app Upvote 0
Thanks, I have been doing some exercises with local files and it works great, but now I want to take an external CSV, lets say from email or Dropbox display it on a table and save it to the local folder of the app
Erel B4X founder Staff member Licensed User Longtime User Aug 11, 2016 #4 Copy the file to a local folder with File.Copy and open it with StringUtils.LoadCSV. Upvote 0