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!