All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.tabletopnew.examples.nodejs.test.js Maven / Gradle / Ivy

There is a newer version: 1.2.0.3-jre17-rc1
Show newest version
var Tabletop = require('../../');

var testURL = 'https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AmYzu_s7QHsmdDNZUzRlYldnWTZCLXdrMXlYQzVxSFE&output=html';

function onLoad(data, tabletop) {
    console.log(data);
};

var options = {
    key: testURL,
    callback: onLoad,
    simpleSheet: true
};

Tabletop.init(options);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy