Hi Mates,
Can we import excel in to powerapps ..?
example : Button click
open a form to select excel, then read columns and column values in powerapp
Yes, its not read excel data via dataSource.
By any chance can we achieve this requirement in powerapps...?
kindly guide me.
Hi @kmk ,
If you mean select an Excel file and import the data, then no, this cannot be done.
You can connect an Excel file in OneDrive as a data source, but this may not be what you are asking.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
In importing excel into your app, I assume you mean a static excel data. (Non static mean connecting with the excel such that when you update the excel, it automatically updates in Powerapps)
Consider these steps:
For Dynamic Connection of your excel in onedrive in your Powerapps, follow this video:
https://youtu.be/-Z_13J02RPU?t=210
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Yes ish this can be done. I had a similar use case.
You cannot link Excel directly to your PowerApp but if you can create SharePoint list from an Excel Table. Then create a Microsoft Flow that will push updates to that SharePoint list when lines are updated or new entries are created.
You can then reference that Excel driven SharePoint list in your PowerApp.
Great article here on creating the Flow if you need a helping hand.
https://jamiemcallister.com/upload-update-excel-values-to-sharepoint-list/
Hope that helps 😊
R
Hi @eka24,
They just want to browse and select excel file then open the selected excel file in powerapp.
Users can not go though the dataSource option.
Hi @Anonymous ,
with the referance link i just learned one new thing here,
but instead of uploading in to sharepoint, is there any chance to load/update in to sql Table ...?
Actually they want to update from excel to SQL Table only.
I've been confronted with with loading Excel data to a database probably a dozen times over the last 20 years. The overall solution varies based on requirements but I almost always create an Excel VBA addin (.xlam). The addin will check the data to make sure it is valid. If it is an on-premise server like SQL Server Excel can easily connect to it and load the data directly. I also have used Oracle and MySQL. You can also easily connect to Azure SQL DB but you must register IP address in Azure. For large international organizations I found having the addin FTP the user workbook to a central site and having a cron check every few minutes then upload data. You an also setup a website and have user manually upload workbook. A cron job can upload data from web server.
Hi @eka24 , may i know if it is possible to update an existing gallery in powerapp based on the new excel I have imported? I have followed until step 3.
For my project, please refer to below image.
User | Count |
---|---|
252 | |
107 | |
88 | |
51 | |
44 |