Questions tagged [tabletop.js]

Tabletop.js is a javascript API for accessing data within Google Spreadsheets.

Tabletop.js is a javascript API for accessing data within Google Spreadsheets.

https://github.com/jsoma/tabletop

37 questions
0
votes
1 answer

Tabletop query causing XHR with a Google Sheet

I have two pieces of code that, to me, look exactly the same, except that they point to two different Google Sheets. They both run a query on a Google Sheet using Tabletop.js. Yet the first one gets an XHR error and the second one doesn't. And…
0
votes
1 answer

Using Tabletop.js, trying to fetch data from array

Problem Trying to fetch data from this array, which currently contains two objects. I'm using Tabletop.js to fetch the data from a public Google Spreadsheet, getting an error in the console that says ReferenceError: object is not defined Console …
Andrew Nguyen
  • 1,416
  • 4
  • 21
  • 43
0
votes
1 answer

Integrating tabletop.js with d3.js?

I want to reference a google spreadsheet using tabletop for for the data in my d3 visualization. The best solution I can come up with is this, but I know that it's not quite right. window.onload = function() { init() }; var public_spreadsheet_url =…
user1855009
  • 971
  • 3
  • 13
  • 26
-1
votes
1 answer

Tabletop JS - Create new HTML page when new row is inserted?

Just as the title asks, is that possible? Or is there anything I can do to make that happen? I'm creating a website that grabs information from a google sheet as live content to the website. Is there a way I can make it create a new page from my…
dylpickle912
  • 87
  • 1
  • 3
-1
votes
2 answers

JQuery Load More button doesn't show the content it intends to show

I'm using tabletop.js to pull content from a spreadsheet to my web page, and then try to hide part of the content using jQuery to improve user experience. However, the load more button doesn't show the intended content I needed to show first. It…
Rudolph Musngi
  • 165
  • 1
  • 1
  • 7
-1
votes
1 answer

chartjs x-axis category label (with data from tabletop.js)

my below code extracts data from google-sheets via tabletop.js as input to the chart.js. the problem is im unable to make the x-axis show. the chart simply displays the y-values itself as x-label. any help, please? var publicSpreadsheetUrl =…
-2
votes
1 answer

Array Data to HTML Table

What is the best way to get data from an array using tabletop.js into an html table? I am trying to take the data from the array and replace the dummy data that I currently have in there. The link below better explains what I'm trying to do. Example…
trevorc
  • 63
  • 1
  • 8
1 2
3