Displaying Data from Different Sheets in Google Sheets
Displaying Data from Different Sheets in Google Sheets
Paul624
Posts: 6Questions: 2Answers: 0
I have a datatable displaying data from a Google Sheet, which works fine. That's from the default sheet (Sheet1), though.
I want to display data from a different sheet (tab) but can't find how to do that (Goal/Assist or Predicted).
Have attached image showing sheets I'm referring to if it wasn't clear.
FYI I have a very basic understanding of coding so please talk to me as such
This question has an accepted answers - jump to answer
Answers
How are you currently importing the sheet into DataTables?
Allan
Javascript, I believe. I can share some of the code if need more information?
Please share the code so we can see how you are getting the data and importing into Datatables.
Kevin
Edited by Kevin: Syntax highlighting. Details on how to highlight code using markdown can be found in this guide![]
You are using Papa Parse to get the Google sheets not Datatables. You are using Datatables to display the resulting data. See if this tutorial about using Papa Parse with Google sheets helps with setting up links for the different sheets.
Kevin
That did answer my question - for those wondering, simply publish to web but select that given sheet only and use the given URL.
Thank you for the responses.