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
7
votes
3 answers

How to setup service to pass google sheet IDs? AngularJS

I am building a small widget using angular that takes Google sheet Ids given by user and publishes the output in nice json format. The problem is that my code does nothing. There are no errors in the console and when I add ID nothing happens I…
Imo
  • 1,455
  • 4
  • 28
  • 53
3
votes
1 answer

Tabletop.js receiving 500 "internal error" when trying to retrieve JSON from Google Sheets API

We have been using Tabletop for a couple of projects as a simple way of accessing small amounts of data from Google Sheets. Here is the example code from the Tabletop.js Github ReadMe: function init() { Tabletop.init( { key:…
BaronGrivet
  • 4,364
  • 5
  • 37
  • 52
3
votes
2 answers
3
votes
0 answers

node js function variable call

var vGlobals = { dataString: "nuu" }; Tabletop.init( { key: 'sfas234asefasdy569xbhxcvnvc', callback: showInfo, simpleSheet: true } ) function showInfo(data, tabletop) { …
1
vote
1 answer

Using private sheets with tabletop.js

I've used tabletop.js [1] in the past and is amazing! You can simply do anything you want seriously. The only problem I saw is that you need to publish your spreadsheets to the web, which of course is really risky if you are working with sensitive…
user9899611
1
vote
1 answer

Markers in leaflet map using tabletop.js Why its not working?

I'm noob to javascript... I tried to find a solution to a problem on a similar thread, but I don't know why it doesn't work in my case. I can't comment there so I add new question. All my code is here: Link to Fiddle When I changed code with…
KMYozz
  • 33
  • 3
1
vote
1 answer

How to add markers to leaflet map with tabletop.js?

I'm using this quite nice guide to add markers from a Google sheet to a basic leaflet.js map: https://rdrn.me/leaflet-maps-google-sheets/ The problem is, using these code snippets here i get all the data logged and returned in the console, but none…
JJxyz
  • 160
  • 11
1
vote
2 answers

How to pull data from Google sheets using Tabletop.js for a plotly heatmap chart?

I'm trying to plot a heatmap chart using plotly with data being pulled from Google sheets (as json) using Tabletop.js. I have so far accomplished to pull data from Googleseet as json and display it in the console. But, getting it to display as a…
Ted
  • 15
  • 7
1
vote
1 answer

Leaflet, point very closer don't appear

I have been working with Leaflet and Tabletop.js. The main idea is put all the data in Google Spreadsheet and use Tabletop for reading that data and then show on Leaflet. Almost works fine, except for one issue: If the points are very closer (like 2…
1
vote
0 answers

Articulate Storyline & tabletop.js

Been trying for hours how to get this for loop to work. Using Tabletop to get info from Google sheet which is working fine when used like this: function showInfo(data) { var player = GetPlayer(); player.SetVar("score",…
Oscar Arango
  • 113
  • 1
  • 1
  • 11
1
vote
1 answer

How to pass data values from serivces to controller

I am trying to make a widget for angular dashboard framework, sample widgets can be found here. I am struck at a point where I am trying to integrate tabletop.js in the widget. I somehow cannot get the data in the controller. my code: use…
Imo
  • 1,455
  • 4
  • 28
  • 53
1
vote
1 answer

Zoomable sunburst visualization comes out messed up

I am reading a spreadsheet using sheetsee.js (and tabletop.js) and trying to create a zoomable sunburst with labels visualization. However, it is only creating one level and the text is rotated either +90 or -90. The URL to my html page is…
Bellave Jayaram
  • 366
  • 1
  • 2
  • 11
1
vote
1 answer

Google Spreadsheet not accessible from miso dataset or tabletop

I recently asked this question about why my google spreadsheet data wasnt being called, even though the example one worked Using Google Spreadsheet as JSON file using tabletop to datatables returns error I tried a completely different library as I…
bboybeatle
  • 549
  • 1
  • 8
  • 28
1
vote
2 answers

Using Google Spreadsheet as JSON file using tabletop to datatables returns error

I'm a relative newbie when it comes to coding, especially javascript. I currently am trying to populate a table from a google spreadsheet, which will update when the spreadsheet is. I followed this tutorial word for word (basically all you need to…
0
votes
0 answers

Receiving verification code using twilio number

Is it possible, I can receive a verification code from an external app/website page using my twilio free number... as a trial account user. I haven't tried the process either, I'm believing I could be able to verify a telegram account, having…
1
2 3