
For one of my projects, I wanted to present the evolution of 8 stock market indexes and share it in the most remote and accessible way.
Please find below all 3 ways that I’ve used :
- Link to Google sheet to see and copy data
- Link to Google sheet Visual
- Embed the Google Sheet Visual directly into a website
1. Link to Google sheet table
Link to google sheet file. Here is the link : https://docs.google.com/spreadsheets/d/1rw6mF4e_5f2KFquPBYp-hISfvjFxwqiq4PxOWbuKpT8/edit?usp=sharing
This is the simplest way. Here the link to see how you can share your tabular data for you project.
2. Link to Google sheet Visual
Link to the Google Sheet Visual : https://docs.google.com/spreadsheets/d/e/2PACX-1vT0z-ae9r6mX1Ew4nr_Gd4BTwlfp9B9swwgnSt2QnQkCc2g02zBPh-hbG0vO_uY4zxjbzQyz1UKG-qG/pubchart?oid=1997473989&format=interactive
If you want to do the same for your project, please follow the images bellow



3. Embed the Visual directly in the website
Bellow the embedded Visual and the code that I’ve used on the website.
Code that I’ve used and embedded in the website :
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vT0z-ae9r6mX1Ew4nr_Gd4BTwlfp9B9swwgnSt2QnQkCc2g02zBPh-hbG0vO_uY4zxjbzQyz1UKG-qG/pubchart?oid=1997473989&format=interactive" width="600" height="400"></iframe>
If you want to do the same for your project, please follow the images bellow (and yes, you need to have a website to do this) :

