As someone who is new to web programming, I kindly ask for your patience :)
I have a goal to design a page similar to the one linked below https://i.sstatic.net/HbJF3.png
There are two key functionalities I am aiming for:
1) Clicking the button on the right should change all cells to green
2) The data in the cells will be exported from an excel table, so updating the excel sheet will automatically refresh the page.
*3) - If feasible - I would like to save the current state of each row (highlighted or not) so that when the page is closed and reopened, the previously highlighted cells can be retained.
Any form of assistance would be greatly appreciated.
Thank you in advance :)