I'm doing a little project and I would like to display the top player (Cell A2) of a ranking (sheet: ranking) in an HTML page. My google sheet is shared with everyone.
I found similar questions with several answers. But it seems that each answer is a part of the cake. I can't manage to take everything and simply apply it to my project.
I'm trying to :
- Use the Code.gs file of my google spreadsheet project to return the cell value
- Call the cell value in my index.html file using the thing
- Display the cell value in a paragraph (p)
What is the easiest way to do that?
Thank you for helping me to find my full cake :)