How to access a .CSV file via PHP and print a specific cell on the screen ?!
Example:
Column A - Line 1
It is written: Alexandre
How to get this cell from "A1" and print on the screen?!
I want to apply this in this DASHBOARD:
Example:
In the CSV there is "Planned: 5,000" , I want to get that cell that says the planned day is 5,000 and put it there on the dashboard, where "null" strong>.