S ssonap Member Licensed User Dec 7, 2018 #1 Hello, Sorry for my english I want to import automatically an xls file into sqlite. The xls file is stocked in a cloud. is it possible ? Thanks for your help
Hello, Sorry for my english I want to import automatically an xls file into sqlite. The xls file is stocked in a cloud. is it possible ? Thanks for your help
K keirS Well-Known Member Licensed User Longtime User Dec 7, 2018 #2 Yes it is possible. Several ways to do this: Download the file to the device and use the Excel Library. If your XLS file is on Google Drive you can use the Google Sheets API If your XLS file is on Microsoft OneDrive you can use the Microsoft Graph API Option 1 is the simplest even if you are using Google or MS cloud storage Upvote 0
Yes it is possible. Several ways to do this: Download the file to the device and use the Excel Library. If your XLS file is on Google Drive you can use the Google Sheets API If your XLS file is on Microsoft OneDrive you can use the Microsoft Graph API Option 1 is the simplest even if you are using Google or MS cloud storage