Hi, totally new to power apps and to app development overall, I have been making complex Excel spreadsheets over the past 10 years, using many Excel functions such as vlookup, sumif and so on, combined with VBA macros and connections with distant MySQL databases (with ODBC connectors), let's take one example out of many: I developed a sales software in Excel where several people could simultaneously add new customers and articles, create quotations and invoices, edit them in nice looking Excel spreadsheets, save quotations or invoices with a macro which records everything into a distant MySQL table, and even print invoices as pdf (via Word mail merge)... It can basically do what any good sales software can do.
Now let's get to my question: can I use Power Apps to turn such complex Excel spreadsheets into apps that I could upload to Google Play as any app? Can I use the real power of Excel and my knowledge of it, while bypassing my lack of knowledge of app development, to make apps where the frontend would basically show on a nice smartphone app some editable fields which would correspond to cells in the Excel sheet, then my complex Excel file would do all the complex work in the background and the frontend would display result values corresponding to some other cells in the Excel sheet?
For now, when looking at videos about Power Apps, it looks like it can simply use very basic Excel sheets with static data... Otherwise, is there any other way to use the power of Excel to turn it to some app?
And One last question, let's forget about my complex question above and consider I turn a simple Excel table to a power app, can such app be exported to a usual apk or only users of Power Apps can use it within Power Apps? Thank you very much!
Thank you for your detailed reply, indeed my example of Excel spreadsheet for sales was something I did in the past to share internally with the team while my new need would be an app for some customers (mainly professional customers but possibly individual consumers as well).
If I understand your message well, I cannot simply upload a complex Excel sheet directly but, as a Excel user, I should feel rather comfortable replicating in Power Apps what I would usually do in Excel as it uses quite similar features, which means with my good knowledge of Excel and bad knowledge of app development, Power Apps could be a good solution for me to do either apps for internal use (to share within Power Apps directly) or to export to Google Play (with some extra cost).
The short answer is YES....but let me tackle each question individually.
First, as far as Google play - that's creating an app to be available to people outside of your organization. There's a cost associated with having apps sourced through Google and/or Apple. See: Overview of wrap - Power Apps | Microsoft Learn
If you are creating this app for your organization, you create the app and share within your tenant.
See: Share a canvas app with your organization - Power Apps | Microsoft Learn and for external users: https://youtu.be/suk4eLS4A-E?si=luSGhArXQPMc8zT9
Using your complex workbook, consider each tab as a screen within your app. Each screen will accomplish something: add new customers and articles, create quotations and invoices; while recording/saving back to your SQL table. You'll need to build each of these screens in Power Apps and you can mirror them to look like your excel workbook.
Much of the same capabilities are found in power apps: lookups, calculations, search, printing, etc.
I'd recommend taking "App in a Day" to get a feel for what Power Apps can do as well as give you chance to get your feet wet. Power Platform In a Day Workshops | Microsoft Power Platform
Organization and planning are key. Also, don't be afraid to start small.
You've got this!
Hi @Julien8
A Power App that's connected to an Excel sheet can read and write to the spreadsheet, and not much more. It isn't possible to retrieve the result of a calculated cell in Excel so the answer to your question is no, it isn't possible to implement the calculations and logic at the Excel level.
In answer to your second question, you can create an APK via a Wrap project. There are more details in the documentation here.
https://learn.microsoft.com/en-us/power-apps/maker/common/wrap/wrap-how-to
WarrenBelz
213
Most Valuable Professional
MS.Ragavendar
108
stampcoin
80