Hello, I've come to ask for help regarding EXCEL and PHP; Shortly after I joined a company, where there is a dashboard made in VBA in EXCEL, however, I realized that it gives a lot of trouble. So I decided to develop a new dashboard, remove from VBA and go to the Browser (HTML5, PHP and Mysql because it has login system and password).
The dashboard in excel does the following:
- When you press the green arrow it begins to do its functions
- With the extension of SELENIUM, it automatically accesses the site, downloads the worksheets in Excel and places the values in the dashboard
- Every 4 minutes it deletes everything in the download folder (where the files are downloaded) and does this all over again, always updating the data;
Here is the dashboard image: link
It prints the values on the screen all cute, goes up the bar there where the "Planned x Produced", calculates the percentage, etc ...
I want to migrate all this to Browser, for PHP. I want him to do the same of these features of it. But how?! How to make PHP also access the site automatically, dowload and play everything on the screen?
NOTE: I will use the same excel dashboard template in the browser ... Save the PNG image and put it in the browser and then play the information above? Or do I do the same 0 dashboard?
Thank you very much for helping me! I'm getting a lot of code snippets of this kind on the internet, but nothing concrete.